|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandExecutor | |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.service |
Uses of CommandExecutor in org.openqa.selenium.remote |
---|
Classes in org.openqa.selenium.remote that implement CommandExecutor | |
---|---|
class |
HttpCommandExecutor
|
Methods in org.openqa.selenium.remote that return CommandExecutor | |
---|---|
CommandExecutor |
RemoteWebDriver.getCommandExecutor()
|
Methods in org.openqa.selenium.remote with parameters of type CommandExecutor | |
---|---|
protected void |
RemoteWebDriver.setCommandExecutor(CommandExecutor executor)
|
Constructors in org.openqa.selenium.remote with parameters of type CommandExecutor | |
---|---|
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities)
|
|
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities,
Capabilities requiredCapabilities)
|
Uses of CommandExecutor in org.openqa.selenium.remote.service |
---|
Classes in org.openqa.selenium.remote.service that implement CommandExecutor | |
---|---|
class |
DriverCommandExecutor
A specialized HttpCommandExecutor that will use a DriverService that lives
and dies with a single WebDriver session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |