09-10-2013, 06:44 PM
Once your condition is passed then select the city name
Once you select the city try to retrieve city name by using proper property name like "value"
Code:
Browser("Kotak Credit Cards – Apply").Page("Kotak Credit Cards – Apply").WebList("City1").Select(i)
Once you select the city try to retrieve city name by using proper property name like "value"
Code:
City_Name = Browser("Kotak Credit Cards – Apply").Page("Kotak Credit Cards – Apply").WebList("City1").GetROProperty("value")