| Modifier and Type | Field and Description |
|---|---|
protected CommandThread |
WebDriver.command |
protected CommandThread |
AppiumDriver.command |
protected CommandThread |
DevToolsDriver.command |
| Modifier and Type | Method and Description |
|---|---|
CommandThread |
DriverOptions.startProcess() |
| Constructor and Description |
|---|
AppiumDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
DevToolsDriver(DriverOptions options,
CommandThread command,
String webSocketUrl) |
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.