Hello experts
I am new to UiPath and I am trying to reproduce the use case described here: https://www.youtube.com/watch?v=crJ_MLrfXMY&t=463s (which is to click on all occurrence on the screen based on a condition)
The video is referring to the function “For Each Ui Element” however I do not see this function on the web version. Do I need to install the client for that? I have a Mac.
The In field is to mention the variable that contains the uielements as a collection or iterable. You have to input that variable name into the In field.
Coming to your next question where you have to mention to click the statement transaction.
Please check the properties of an UiElement where you may find the tag aaname or label or displayname having the value as “statement transaction”.
Inside the for each have an if activity where the condition will be to match any of the tags you are using.
And add a click activity in the then sequence
Make sure you have the selector id reliable and dynamic by having only the relevant tags and values to achieve the desired output.