public class AppiumExecutionMethod
extends java.lang.Object
implements org.openqa.selenium.remote.ExecuteMethod
| Constructor and Description |
|---|
AppiumExecutionMethod(AppiumDriver<?> driver) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(java.lang.String commandName,
java.util.Map<java.lang.String,?> parameters)
This method executes a command supported by Appium JSONWP.
|
public AppiumExecutionMethod(AppiumDriver<?> driver)
public java.lang.Object execute(java.lang.String commandName,
java.util.Map<java.lang.String,?> parameters)
execute in interface org.openqa.selenium.remote.ExecuteMethodcommandName - a JSONWP commandparameters - is a map which contains parameter names as keys and parameter values