Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.service |
Modifier and Type | Class and Description |
---|---|
class |
HttpCommandExecutor |
Modifier and Type | Method and Description |
---|---|
CommandExecutor |
RemoteWebDriver.getCommandExecutor() |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteWebDriver.setCommandExecutor(CommandExecutor executor) |
Constructor and Description |
---|
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities) |
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities,
Capabilities requiredCapabilities) |
Modifier and Type | Class and Description |
---|---|
class |
DriverCommandExecutor
A specialized
HttpCommandExecutor that will use a DriverService that lives
and dies with a single WebDriver session. |
Copyright © 2015. All rights reserved.