Understanding Selenium WebDriver Locators
What is a Locator?
The Locators are the way to identify an HTML element on a web page.Selenium WebDriver uses any of the below locators to identify the element on the page and perform the Action.
Types of Selenium Locators
Selenium WebDriver boasts a...
rinaldo.hashnode.dev3 min read