How to print every page individually on a website

Hi everyone,

I’m currently working on a task to print every page for a website (until the last page). And I’m wondering if I need to write a [do while] in my workflow? Do you have any idea about how to deal with this issue? Thank.

@Paddi

Welcome to the community

What do you mean by every page? Is it like a scroll or are there some navigations to other pages you need to go?

If its on one page and you want print…then first use print shortcut and print all the pages…then use extract pdf in a loop and extract each page separately and save it

Hope this helps

Cheers

@Anil_G
Hihi, the pages I want to print are on different pages, I need to click the (next page button) to print the next page. So that might be a little bit differnt.

Best

@Paddi

Then use a loop and inside than use a check appstate to check for next button…if exists click and print the page…else end the loop

Cheers

@Anil_G Thank you so much, It’s working.

1 Like

@Paddi

Happy Automation

cheers

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