public class RemoteExecuteMethod extends java.lang.Object implements ExecuteMethod
Modifier and Type | Field and Description |
---|---|
private RemoteWebDriver |
driver |
Constructor and Description |
---|
RemoteExecuteMethod(RemoteWebDriver driver) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(java.lang.String commandName,
java.util.Map<java.lang.String,?> parameters)
Execute the given command on the remote webdriver server.
|
private final RemoteWebDriver driver
public RemoteExecuteMethod(RemoteWebDriver driver)
public java.lang.Object execute(java.lang.String commandName, java.util.Map<java.lang.String,?> parameters)
ExecuteMethod
execute
in interface ExecuteMethod
commandName
- The remote command to executeparameters
- The parameters to execute that command withResponse.getValue()
.