For Each UI Element - Scrolling Stops Automation

Good day. I am currently struggling to make my automation work for my project at University. What I would like to do is to automatically click every “Edit” link that is present on a website table. I have added the For Each UI Element and indicated the “Edit” links, it shows them all in “blue” so I assume it works there.

However, when the automation runs, it clicks through each of those “Edit” links on the page one-by-one, but after it reaches a certain point where the page scrolls down, it suddenly stops. What is really odd is, it shows this error.

Screenshot_1

This is actually the field for when you are editing one of the items.

This is how the index page looks like.

The following is the UI Selection.

Would appreciate any answers,
Kind regards.

@ruan.nagel1611

  1. Try to use input mode as simulate…so that no scrolling is needed
  2. If 1 does not work…then use hover element before clicking

cheers

1 Like

Thank you, setting input mode to Simulate works.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.