selenium
5 articles tagged “selenium”
Blog
June 8, 2026
Interacting with Web Elements using Serenity Screenplay
What is Serenity Screenplay? Screenplay is a test automation design pattern used to write readable, maintainable tests; it is part of Serenity BDD. Screenplay…
Blog
December 22, 2023
Selenium Grid 4 with Docker
Introduction When talking about automation testing, one of the first things that comes to mind is Selenium. Selenium is a free, open-source automated testing framework…
Blog
June 22, 2022
Selenium 4 Relative Locators
Selenium 4 is out with a lot of cool and interesting things. The motivation behind this new makeover of features and functionalities was to upgrade…
Blog
June 20, 2022
XPath in Selenium
When we are unable to locate elements using standard locators like id, class, name, etc. then we can use an XPath to locate that element.…
Blog
January 22, 2016
Java Selenium WebDriver automation
This article is coming up as an effort from the ABH testing research team in the light of using new technologies and tools in testing…