Adagio
7 years agoFrequent Contributor
Select Items from dropdown list in different ways
Hello,
I've to select values from a dropdown( one value at a time), but when I use the object mapping, it takes too long to locate the object. I see that the object has an Id. Is there a way I can access this object directly using it's Id and then select item from the drop-down? Can I use document.getElementById() ?
any help would be appreciated!
Thank you
Abhi
Hi Abhi,
Take a look at these articles that describe how to use the "Find" methods:
Finding Web Objects Using Specific Find Method
Finding Web Objects Using Common Find Methods
I hope this helps.