Data is read from a spreadsheet and is used to select the corresponding dropdown on a webpage.
Currently I am using Click OCR to click on the desired value. However it doesn’t execute because there are multiple occurrences. Changing the occurrence number won’t help because the occurrence changes based on the skill input.
Is there a way to click on the dropdown only if there is an exact match of the input text?
Using UiExplorer see the visual tree and pass the input variable to the selector. But the variable text and the dropdown text should match exactly beacause they are case sensitive.
try to get selector for the drop down,
after you typed the list item from excel if selector found(drop down) the you can continue the process else you can break it.