Category Archives: Selenium Locators
• Selenium Tutorial • Selenium Locators • Tutorial
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
566842 Views
34 Min Read
• Selenium Tutorial • Selenium 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
686496 Views
29 Min Read