Test Drop-in Framework for Selenium WebDriver 4.1.x
This repository contains these major deliverables:
a) the Test Drop-in Framework,
b) a WebDriver implementation offering enhanced logging capabilities, and
c) the @FindByJS annotation support
Provides a thin abstraction layer between the test environment and the test class plus its helpers. This makes the test code independent of the test environment, thus allowing exchange of tests between organizations or even companies.
It comes with an ...