Selenium XPath Tutorial #10 – XPath Axes following, following-sibling

In this Selenium Xpath tutorial we will learn about Xpath axes method “following” and “following-sibling” with examples.

XPath axes “following” method help in selecting all the nodes that appear after the context (Current) node.

XPath axes “following-sibling” method helps in selecting all the nodes that have the same parent as the context (Current) node and appear after the context (Current) node.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.