- WebDriverFactory - automatically defines the OS, and instantiates a WebDriver for the browser, specified in testng.xml file, which the tests are being executed from.
- AndroidDriverFactory - instantiates AndroidDriver. basing on the arguments, passed into the constructor.
- RemoteDriverFactory - instantiates RemoteWebDriver for running tests in Selenium Grid.
vitaliiSmokov/test-framework
A set of most efficient tools that represent modern test framework implementation
Java