Selenium locator strategies – how to identify browser elements
Selenium provides different type of locators to uniquely identify web elements on the browser. Any web application elements that render on the HTML DOM [tags & attributes] can be automated using selenium. To view the HTML DOM on any browser – On any browser > load the application url > right click on any element…