Forum Discussion
3 Replies
- rraghvani
Champion Level 3
Are you able to use the browsers' development tool, select your control and view the coding?
In this example, I can see three options appearing.
If you can't see all the items appearing, then it's dynamically created. You might have to perform a scroll down, to get the items to appear, then you should be able to call ClickItem(). If ClickItem() doesn't work, then try to use Find()
- rraghvani
Champion Level 3
Try to use ClickItem Object, it will search for the item and click it.
- lkalliOccasional Contributor
I think it supports if any objects are visible on the screen.
My case is the options on the dropdown are dynamic, and will get displayed when you scroll the scrollbar.