Solved
Forum Discussion
dikshika114
4 years agoContributor
This is the object details of drop down:
dropdownObject = //single-select//div[contains(@class, 'dropdown-toggle')] - something like this - Defined in Name Mapping
Below is the image of values exists in the dropdown - not defined in Name mapping - Because it can be more than 150
and i want to get all the values of this dropdown at a time in a ArrayList. So that i could itrerate through that and
could click on the exact one (whose name - i will pass into my excel sheet eg: New York) and find the values by property name like "class"
AGubarev
Alumni
4 years agoDo you know which UI framework is used in your web site?
Maybe I can look on it and invent something