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")
