Hi,
I’m currently automating a web page to extract data from a table. I’m using the For Each UI Element activity to loop through pages. Each page contains around 100 rows, and I expect to process approximately 400 rows.
However, the loop unexpectedly stops after processing 4 or 8 pages, even though the pagination logic is correctly configured. I’ve verified the Next Page selector and it seems to be working fine.
Has anyone encountered this issue or knows how to overcome it?
Any help would be greatly appreciated.
Thanks in advance!