webdriver-factory icon indicating copy to clipboard operation
webdriver-factory copied to clipboard

An utility to manage WebDriver instances

Results 3 webdriver-factory issues
Sort by recently updated
recently updated
newest added

``` ChromeOptions options = new ChromeOptions(); options.setHeadless(true); options.addArguments("--start-maximized","--ignore-certificate-errors","--disable-extensions","--no-sandbox","--disable-dev-shm-usage"); driver = WebDriverPool.DEFAULT.getDriver(options); ```

this is stopping to use together web-driver factory with WebdriverManager since manager does not have HTMLUnit and Factory doe snot have PhantomJS.

Add docs on custom driver providers