Selenium XPath Tutorial #8 -Axes Method descendant, descendant-or-self

In this Selenium Xpath tutorial, we will learn about the Xpath axes method descendant and descendant-or-self with examples.

XPath axes’ descendant method help in selecting all the descendant nodes of the current node.

XPath axes descendant-or-self method helps in selecting the current node as well as all the descendant nodes of the current node. Watch the full tutorial to understand XPath axes’ descendant methods with examples.