Data Scraping without next button

Guys,

I’m trying to scrape this website http://serviciosweb.digemid.minsa.gob.pe/Consultas/Establecimientos#
but It doesn’t have the next button
image
I’ve tried to do it dynamic but It doesn’t work.
I can’t attached my work flow, I hope you help me guys.
Thanks

@Patrick_Rios
Welcome to the forum

can you check / research why in some case we do have a next button

otherwise do following:
pageno = 1

  • do while activity
    • check if a link with a pageno + 1 number is present
    • click on next number link

This is my selector:
image

have a look here:

in your case the pageno variable was not correctly concated with surrounding text

Thanks,

I did the do while but It doesn’t work. I’m don’t know why
image

Please read the provided linked topic and try to incorporate it. Take your time, but also do some extended tries if it’s not working on first run and analyze the issue if any.

a selector maybe could look like this: <webctrl aaname='{{PageNo}}' tag='A' />

1 Like

Amazing friend. It works, I spend a lot of time searching this.
Thanks. Have a nice day!!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.