Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.service |
Modifier and Type | Method and Description |
---|---|
Response |
HttpCommandExecutor.execute(Command command) |
Response |
CommandExecutor.execute(Command command) |
protected Response |
RemoteWebDriver.execute(String command) |
protected Response |
RemoteWebDriver.execute(String driverCommand,
Map<String,?> parameters) |
protected Response |
RemoteWebElement.execute(String command,
Map<String,?> parameters) |
Response |
ErrorHandler.throwIfResponseFailed(Response response,
long duration) |
Modifier and Type | Method and Description |
---|---|
Response |
ErrorHandler.throwIfResponseFailed(Response response,
long duration) |
Modifier and Type | Method and Description |
---|---|
Response |
DriverCommandExecutor.execute(Command command)
Sends the
command to the driver server for execution. |
Copyright © 2013. All rights reserved.