07-16-2008, 10:01 PM
I have to get the state name out of a menu. It does not have to be by number. It just has to be what is visible after something is selected. What is the syntax for that?
Retrieving Value from a dropdown
|
07-16-2008, 10:01 PM
I have to get the state name out of a menu. It does not have to be by number. It just has to be what is visible after something is selected. What is the syntax for that?
07-16-2008, 11:43 PM
On a web page you can use something like the following code to get the value from a dropdown:
Code: myvalue = Browser("xyz").Page("xyz").WebList("xyz").GetROProperty("Value")
07-16-2008, 11:47 PM
Thanks
|
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Different Type of Dropdown Selector | zunebuggy | 6 | 3,428 |
05-01-2018, 06:46 PM Last Post: zunebuggy |
|
Not able to click text inside the grid dropdown | szkapoo | 6 | 4,655 |
12-20-2014, 09:43 PM Last Post: supputuri |
|
Issue related to dropdown selection(Please help urgent) | excellentpawan123 | 2 | 4,293 |
05-31-2014, 12:00 PM Last Post: excellentpawan123 |
|
Retrieving data from web table | nsuresh316 | 1 | 3,112 |
03-03-2014, 08:29 AM Last Post: basanth27 |
|
Retrieving data from Txt file into datatable | kriday | 3 | 5,831 |
07-23-2013, 11:04 AM Last Post: vinod123 |