"For Each UI Element" not available on web version?

Hey @Foued_Ali,

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.

  1. Please check the properties of an UiElement where you may find the tag aaname or label or displayname having the value as “statement transaction”.
  2. Inside the for each have an if activity where the condition will be to match any of the tags you are using.
  3. And add a click activity in the then sequence
  4. Make sure you have the selector id reliable and dynamic by having only the relevant tags and values to achieve the desired output.

Happy automation🤖

1 Like