|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.remote.RemoteExecuteMethod
public class RemoteExecuteMethod
| Constructor Summary | |
|---|---|
RemoteExecuteMethod(RemoteWebDriver driver)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.lang.String commandName,
java.util.Map<java.lang.String,?> parameters)
Execute the given command on the remote webdriver server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteExecuteMethod(RemoteWebDriver driver)
| Method Detail |
|---|
public java.lang.Object execute(java.lang.String commandName,
java.util.Map<java.lang.String,?> parameters)
ExecuteMethod
execute in interface ExecuteMethodcommandName - The remote command to executeparameters - The parameters to execute that command with
Response.getValue().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||