Answer Posted / Neelendra Kumar Verma
XPath is a language used to select nodes from an XML document. In Selenium WebDriver, it's often used as a method for finding and interacting with elements on web pages. XPath allows you to specify the location of an element using various methods such as by tag name, attribute value, or position in the HTML hierarchy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers