Is it possible to perform a pagination on this website? https://www.boersen-zeitung.de/index.php?l=14
-
Thanks for reaching out to us.
Yes, it's possible. You can use this XPath for pagination. //table[2]//a[@class="clicked"]/following-sibling::a[1]
You can refer to this tutorial to learn how to deal with the page numbers.
How to handle pagination with page numbers?
Please sign in to leave a comment.
Comments
1 comment