Category Archives: Selenium Locators

Different Types of Locators in Selenium WebDriver

Selenium TutorialSelenium LocatorsTutorial

Different Types of Locators in Selenium WebDriver

When writing automated tests with Selenium WebDriver, the first step is locating the WebElements using the browser developer tools window. To achieve this, different types of locators in Selenium WebDriver, like ID, Name, TagName, ClassName, XPath, CSS Selector, etc.,

March 1, 2024

view count542345 Views

Read time34 Min Read

How To Use XPath in Selenium Feature Image

Selenium TutorialSelenium Locators

How To Use XPath in Selenium: Complete Guide With Examples

Effective test automation relies on selecting the right element locator and balancing functionality, efficiency, and accuracy.

January 30, 2024

view count657067 Views

Read time29 Min Read