Importance of XPath in Web Automation If the elements are not identified by the general locator strategies like id, class, name, etc. then XPath is used to find an web element. # What is XPath
XPath is defined as XML path. It is a way for finding any element on the…