top of page
All Blogs
Search


Fillo API
Fillo is a Java API that is used to fetch data from Excel files. Fillo is one of Codoid’s open-source products and serves as a smart...
Pooja Eswari
Apr 302 min read


Relative locators in Selenium
Welcome to the world of Automated Testing in Selenium where locating the elements in a web page is one of the crucial things that can...
Gayathri Swaminathan
Sep 22, 20232 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 WebDriver
By Archana Gore What are Locators? Locators are addresses that identify web elements uniquely on a web page. It is an argument passed to...
Archana Gore
Jul 18, 20235 min read
bottom of page