Could you please help with this solution – no NEXT button or ARROW, just only 1234 page buttons.
Structure of the website is the same, so selectors are gona be the same.
I read lots of posts, but for a beginner it’s very difficult to understand what exact settings to put for particular activities and what is a workflow. So, screenshots or .xaml files would be ,much appreciated.
Hi
Well still we got Next 10 pages right
Did you click that and try while Data scrapping
Hope that would work for sure
That’s either the same
Cheers @nova001
Also, be careful when you get to increment of 11 (something like 11, 22, 33) because the selector changes, I’ve put sample for this flow, but if you could somehow dynamically change total number of iterations that would be awesome.
Counter - I mean, if I want it to be unlimited, not scrap only 10 pages, but 20 or more, until the end - what should I put in Condition (instead of counter<10) ?
well, I am not sure, you would have to dynamically change that value for different cases.
My idea would be something like this :
You have total number of jobs found, there is 25 jobs per page, so i would divide the number of jobs by 25 and put that value in a variable
Listen, I tried to basically rebuild the process by myself, thank to you guys, I understood the concept, so “TimesJobs” website worked well for me.
I tried to replicate the same process for other website, but this time I got an error.
The bot scraps 1,2 pages, then scrolls down and clicks 3rd page, it loads and then stops scraping and returns an error - “cant find UI element for selector”. Excel file is filled only by data from 1 and 2nd page, not 3rd. Strange… the selectors for 3rd page should be the same…
I attached the workflow, could you please look into it? I’d like to know what I did wrong.
I was trying to replicate something like this for my need as well, but was unsuccessful despite trying for hours.
Could you help me out please - it is a private page that I cannot share here and I think if I could show you my screen and get some help, I would be obliged.
Hey! I figured out that the code stops working whenever it reaches page 11. @srdjan.suc alluded to it in previous comments as well, but I guess I don’t get it.
He says something about dynamic selector.
Any help @moenk ?