All Collections
FAQ
How to deal with the "Next 10 pages" button
How to deal with the "Next 10 pages" button

Create pagination for pages with the next 10 page button.

Updated over a week ago

In some cases, a website does not have a next button that guides you to page 2. Instead, it has a "Next 10 pages" button to guide you directly to page 11. What should we do to deal with it?

This is similar to cases without the next page button. You can try to locate the next page number as the pagination button.


Let's take this page as an example.

1. Create a Pagination

  • Click on the number 2

  • Choose Loop click single URL

2. Modify the XPath to locate the next page number.

  • Click on Pagination

  • Replace the XPath to //a[@class="on"]/following-sibling::a[1]

  • Apply the settings

Did this answer your question?