top of page
All Blogs
Search


Locating Webelements using CSS Selector
Selenium Webdriver is one of the popular web automation tools. It is open source and is preferred by automation testers to automate the...
priyanka uttarwar
May 16, 20243 min read


Locators in Selenium
The ability to locate and interact with web elements is one of the key aspects in Selenium automation. Locators in Selenium are used to...
shalinimullangi
Sep 21, 20233 min read


Locating elements in Selenium WebDriver Using CSS Selector and Xpath
By Archana Gore Customized locators are created to handle specific scenarios where the default locators (id, name, class name, tag name,...
Archana Gore
Jul 24, 20236 min read


Locators in Selenium
As an Automation tester, we all know that for testing web-based applications, we need to perform specific actions on the HTML elements....
kalavalamadhuri3
May 6, 20226 min read
bottom of page