public interface ExecuteMethod
RemoteWebDriver.executeScript(String, Object...).| 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.
|
java.lang.Object execute(java.lang.String commandName,
java.util.Map<java.lang.String,?> parameters)
commandName - The remote command to executeparameters - The parameters to execute that command withResponse.getValue().