public class RemoteExecuteMethod extends Object implements ExecuteMethod
Constructor and Description |
---|
RemoteExecuteMethod(RemoteWebDriver driver) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(String commandName,
Map<String,?> parameters)
Execute the given command on the remote webdriver server.
|
public RemoteExecuteMethod(RemoteWebDriver driver)
public Object execute(String commandName, Map<String,?> parameters)
ExecuteMethod
execute
in interface ExecuteMethod
commandName
- The remote command to executeparameters
- The parameters to execute that command withResponse.getValue()
.Copyright © 2016. All rights reserved.