| Modifier and Type | Field and Description |
|---|---|
protected DriverOptions |
WebDriver.options |
protected DriverOptions |
AppiumDriver.options |
protected DriverOptions |
DevToolsDriver.options |
| Constructor and Description |
|---|
AppiumDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
DevToolsDriver(DriverOptions options,
CommandThread command,
String webSocketUrl) |
WaitState(DriverOptions options) |
WebDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
AndroidDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
Chrome(DriverOptions options,
CommandThread command,
String webSocketUrl) |
ChromeWebDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
EdgeDevToolsDriver(DriverOptions options,
CommandThread command,
String webSocketUrl) |
MicrosoftWebDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
GeckoWebDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
IosDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
SafariWebDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Constructor and Description |
|---|
WinAppDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
Copyright © 2019. All rights reserved.