After processing transaction number runs out, explorer does not exit normally and an error occurs

Click ‘A https: //acme-test.ui …’: Cannot find the UI element corresponding to this selector: <webctrl aaname = '15 ‘tag =’ A ’ /> An error occurs. What should I do?

1 Like

Hi @hanchanhee,
I think you are trying to scrape the table data from acme-test.com. for that you are clicking on the page numbers and navigating. Right?

yesyes

Hi @hanchanhee,
I think that’s not a good way to scrape the data. You better use the scrape data option in the design tab on uipath studio. And select the table and indicate the next page link. So that, the bot will automatically navigate to each page and return all data in a single datatable.

Later, then you can add the filters on the datatable. That’s the efficient way of doing the exercise.
Hope you understood.
Happy Automation.