ramprabhus
4 years agoOccasional Contributor
Combobox selection
hello team,
I am getting an combobox object using FindChildByXPath. I need to select (click) on multiple option from combo box drop down in a web application.
testobj.Keys is for one input if i need select multiple options what should i do?
Thanks in advance!
Ram
I could able to find the combo box list items through 'page.Find' method.
Thanks!