| Package | Description |
|---|---|
| jp.vmi.selenium.webdriver |
| Modifier and Type | Method and Description |
|---|---|
DriverOptions |
DriverOptions.addDefinitions(String... defs)
Add "define" parameters.
|
DriverOptions |
WebDriverManager.getDriverOptions()
Get current driver options.
|
DriverOptions |
DriverOptions.set(DriverOptions.DriverOption opt,
String... values)
Set option key and value.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.openqa.selenium.WebDriver |
WebDriverFactory.newInstance(DriverOptions driverOptions)
Create new WebDriver instance with driver options.
|
org.openqa.selenium.WebDriver |
SafariDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
RemoteWebDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
PhantomJSDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
IEDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
HtmlUnitDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
FirefoxDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
ChromeDriverFactory.newInstance(DriverOptions driverOptions) |
org.openqa.selenium.WebDriver |
AppiumWebDriverFactory.newInstance(DriverOptions driverOptions) |
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) |
protected org.openqa.selenium.remote.DesiredCapabilities |
WebDriverFactory.setupProxy(org.openqa.selenium.remote.DesiredCapabilities caps,
DriverOptions driverOptions) |
protected org.openqa.selenium.remote.DesiredCapabilities |
FirefoxDriverFactory.setupProxy(org.openqa.selenium.remote.DesiredCapabilities caps,
DriverOptions driverOptions) |
| Constructor and Description |
|---|
DriverOptions(DriverOptions other)
Constructs clone of DriverOptions.
|
Copyright © 2017. All rights reserved.