public interface DriverSource
Modifier and Type | Interface and Description |
---|---|
static interface |
DriverSource.UnknownDriver
Used to indicate that the provided driver has not been specified by the driverType() method.
|
Modifier and Type | Method and Description |
---|---|
default Class<? extends org.openqa.selenium.WebDriver> |
driverType()
Return the type of the webdriver being proxied.
|
org.openqa.selenium.WebDriver |
newDriver()
Return a new instance of a webdriver
|
boolean |
takesScreenshots()
Return true if the driver is configured to take screenshots.
|
org.openqa.selenium.WebDriver newDriver()
boolean takesScreenshots()
default Class<? extends org.openqa.selenium.WebDriver> driverType()
Copyright © 2021. All rights reserved.