|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.remote.ExecuteMethod
public class ExecuteMethod
An encapsulation of
RemoteWebDriver.executeScript(String, Object...)
.
Constructor Summary | |
---|---|
ExecuteMethod(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 ExecuteMethod(RemoteWebDriver driver)
Method Detail |
---|
public 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 with
Response.getValue()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |