InterviewSolution
Saved Bookmarks
| 1. |
What are the types of XPATH? |
|
Answer» XPATH stands for XMLPath. Using XPath you can navigate to any element in an XML document. As XML is a component of HTML, XPath can be used to find web elements on any web PAGE. Relative XPath and absolute XPath are two types of XPath.
|
|