10-29-2016, 09:31 AM
Other simple way is to provide the xpath till the option and then click.
Hope this is helpful.
Code:
Browser("Browser").Page("Page1").WebElement("xpath:=//selct[@id="your list box id"]/option[contains(.,'list item')]").click
Thanks,
SUpputuri
SUpputuri