Selenium "Click" continues forever

I am trying to click the “next” button on the bottom of the webpage to go to the next page, but it continues to just continue to click the next button indefinitely instead of just the one specified.

Screen Shot 2021-09-03 at 10.33.52 AM

Hi brendencampana,

If the query which you specify in the node settings returns more than one elements, the node will (per default) extract each and every single one and perform the click on each found result. Ensure that you specify a XPath/CSS query which is specific enough to only return one result, or enable [x] Extract first match only in the Click node.

Does this help? If not, please share a simple example workflow here, to make it easier to reproduce the situation.

–P.

3 Likes

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