Hello @azizakinsola The link you sent redirects to a search result that with an empty query. Do you want to scrape the data on the left side? If you can elaborate more, I can help you out.
I am actually new to Uipath. I am using the Data Scraping feature on UI path, and I think it is using do loop.
Please can you show me some example on how to do it it do while loop.
Thank you
Sry for the late reply. That is actually easy. There are two ways for you to do this. If let’s assume after you click on the ‘Double the limit for search this’ you get 3 pages with last page (1 ,2 ,3).
Method one: fyou can place a click activity to click on the number ‘1’ blue number on the site. Make sure that the aaname is also one. Then scrape any data you want from the first page. After you’re done, you can then do the same for the second and third numbers.
Method two: You can scrape data from every page by setting to clipboard the URLs and assigning a hotkey (Ctrl + V) to the domain bar.
Both will work but the first option is faster as you don’t need to click on the upper URL bar before pasting the domain. If you have any questions, just ask!
Thank you so much Manjula. I really appreciate taking your time to create the Workflow for me. Looking through it, I am sure it will do exactly what I want.
But, I am not sure of the image that will be on the “send hotkey ‘SELECT’” activities.