Can anyone tell me which activity should I use in which I want to click a specific UI regardless of the value it has?
I am currently using element exist for the robot to see an alert icon (this alert icon may contain different server name) then the robot will click to open it. Then I followed it up with the use of click activity to click the server name but when it detects another alert icon with a diff name, it errors saying it can not find the alert to click.
How should I fix it or is there any other activity to help me with how I want to run the robot
indicate in ui explorer and check if any other attributes like class, part of the id or anything is similar, also the parent elements can be similar and can find the child with only tag also..if there are no duplicates