I need to select Open which is present in dropdown.
when I am trying to click on Open since in submit as Open in that also Open is there so its failing to click on Open.
Select item this browser is not supporting .
I am clicking on drop-down and then clicking on Open
How to handle this I am using modern activities pls guide me.
The selector of open in the dropdown and beside submit will have different tags…in the selector use tag or any differentiating attribute which is specific to the dropdown element
Try Using Find Image Activity that would help you find the ‘Open’ tag and find the appropriate Ui element.
Then this Output can be used to perform click action by passing the Ui element from the above step.
This is a suggestion only when the solutions suggested by my expert friends who have already tried to help in this thread.