Hello,
I want to extract data from multiple pages on a website using the Data Extraction Wizard in UiPath. However, the webpage does not have a “Next” button for pagination.
attached Screenshot is case.
Hello,
I want to extract data from multiple pages on a website using the Data Extraction Wizard in UiPath. However, the webpage does not have a “Next” button for pagination.
attached Screenshot is case.
You can extract by clicking on page numbers.. Before clicking on next page number, use element exists to check if next page number exists or not. If exists, then click and extract data.
While using extraction wizard, click on next page number. it will automatically take into account that button “Next” doesn’t exist.
Once done, you can modify the flow/selectors if needed.
Regards
Sonali
Hey @kishan.savaliya1 * Use a For Each loop to iterate through the pages by constructing the URL for each page.
Please check the below,
If you found helpful, feel free to tick as a solution.
Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.