01-31-2013, 09:49 AM
Please use getRoProperty on the dropdown object
ex:
or if you are referring to selecting a particular value in the drop down use select method
ex:
Code:
val=Browser(..).Page(...).WebList(...).getRoProperty(<property that holds your value>)
or if you are referring to selecting a particular value in the drop down use select method
Code:
Browser(..).Page(...).WebList(...).Select "yourvalue"