I’m newbie to UiPath. Got stuck in pagination in web scrapping. I’m able to do get the data and able to traverse on pages but it is not getting all pages data because index is changes as soon there will be previous link appears. So pages jumps and getting any few page data.
Chrome browser is less stable and is unable to identify the NextPage button as there are two different buttons with the same properties. Chrome browser is not picking up all the properties elements of the next page button. I tried with a lot of customized selectors and none of them worked in chrome. I would request the other robot masters to help you out here.
I would recommend you to use internet explorer when you use data scrapping since Internet Explorer is the best and stable browser application available .
NextLinkSelector.txt (2.3 KB)
Some of the custom selectors for NextLinkSelector which i tried with chrome are attached in notepad.
Attached is the workflow file for chrome browser.Had to write up some more logic to get the required output. Hope you can debug and get to know the flow.
As stated earlier it is best to use Internet explorer as it is best and stable for automating web applications.