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
572836 Views
34 Min Read
• Selenium Tutorial • Selenium Locators
How To Use XPath in Selenium: Complete Guide With Examples
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. Effective test automation relies on selecting the right element locator and balancing functionality, efficiency, and accuracy.
January 30, 2024
694464 Views
29 Min Read