Selenium – How to write XPath to identify objects?
Selenium identifies the objects on a web page by its HTML properties such as id, name, and xpath. To understand this, open a browser and navigate to some web site and then click on View – > Page Source. Below picture shows how the page source looks: Here, I have taken the example of “www.sqaforums.com” …