static org.openqa.selenium.chrome.ChromeOptions |
ChromeDriverFactory.newChromeOptions(DriverOptions driverOptions) |
Create ChromeOptions.
|
static org.openqa.selenium.edge.EdgeOptions |
EdgeDriverFactory.newEdgeOptions(DriverOptions driverOptions) |
Create and initialize InternetExplorerOptions.
|
static org.openqa.selenium.firefox.FirefoxOptions |
FirefoxDriverFactory.newFirefoxOptions(DriverOptions driverOptions) |
Create and initialize FirefoxOptions.
|
org.openqa.selenium.WebDriver |
AppiumWebDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
ChromeDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
EdgeDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
FirefoxDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
HtmlUnitDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
IEDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
PhantomJSDriverFactory.newInstance(DriverOptions driverOptions) |
Deprecated.
|
org.openqa.selenium.WebDriver |
RemoteWebDriverFactory.newInstance(DriverOptions driverOptions) |
|
org.openqa.selenium.WebDriver |
SafariDriverFactory.newInstance(DriverOptions driverOptions) |
|
abstract org.openqa.selenium.WebDriver |
WebDriverFactory.newInstance(DriverOptions driverOptions) |
Create new WebDriver instance with driver options.
|
static org.openqa.selenium.ie.InternetExplorerOptions |
IEDriverFactory.newInternetExplorerOptions(DriverOptions driverOptions) |
Create and initialize InternetExplorerOptions.
|
static org.openqa.selenium.Proxy |
WebDriverFactory.newProxy(DriverOptions driverOptions) |
Create new Proxy from driver options.
|
static org.openqa.selenium.safari.SafariOptions |
SafariDriverFactory.newSafariOptions(DriverOptions driverOptions) |
Create and initialize SafariOptions.
|
void |
WebDriverManager.setDriverOptions(DriverOptions driverOptions) |
Set current driver options.
|
static void |
ChromeDriverFactory.setDriverSpecificCapabilities(org.openqa.selenium.remote.DesiredCapabilities caps,
DriverOptions driverOptions) |
set driver specific capabilities.
|
static void |
FirefoxDriverFactory.setDriverSpecificCapabilitiesForRemoteWebDriver(org.openqa.selenium.remote.DesiredCapabilities caps,
DriverOptions driverOptions) |
set driver specific capabilities for RemoteWebDriver.
|
protected void |
WebDriverFactory.setInitialWindowSize(org.openqa.selenium.WebDriver driver,
DriverOptions driverOptions) |
|
static <B extends org.openqa.selenium.remote.service.DriverService.Builder<?,B>> B |
WebDriverFactory.setupBuilder(B builder,
DriverOptions driverOptions,
DriverOptions.DriverOption driverKey) |
Setup builder for DriverService.
|
protected org.openqa.selenium.remote.DesiredCapabilities |
WebDriverFactory.setupProxy(org.openqa.selenium.remote.DesiredCapabilities caps,
DriverOptions driverOptions) |
|