DEV Community

Deepikandas
Deepikandas

Posted on • Edited on

Locators in Selenium WebDriver

  • Locators are the way to identify an HTML element on a web page
  • Locators are one of the essential components of Selenium infrastructure, which help Selenium scripts in uniquely identifying the WebElements(such as text box, button, etc.) present of the web page.

Top comments (0)