Skip to main content

Problem Statement: I need to find a way to loop through all rows in a react-infinite-table on a webpage that loads rows as the table is scrolled and capture the link and text values found in the first column of the web table. The bot will need to click the link found in the first column of the row when the bot finds a matching value that is provided to the bot through a record variable. The indexes of the table rows change as the table is scrolled/loaded so using a traditional loop is not working.

Hi,
Have you found any solution for this?


Reply