0 votes
in Testing by
What are XPath Axes? Name some of them.

1 Answer

0 votes
by

XPath is a syntax that manipulates XML (Extensible Markup Language) data. They help to locate nodes related to those on the tree. Some important XPath Axes are ancestor, child, namespace, parent, etc.

...