Package io.appium.java_client
Class AppiumExecutionMethod
- java.lang.Object
-
- io.appium.java_client.AppiumExecutionMethod
-
- All Implemented Interfaces:
org.openqa.selenium.remote.ExecuteMethod
public class AppiumExecutionMethod extends java.lang.Object implements org.openqa.selenium.remote.ExecuteMethod
-
-
Constructor Summary
Constructors Constructor Description AppiumExecutionMethod(AppiumDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(java.lang.String commandName, java.util.Map<java.lang.String,?> parameters)This method executes a command supported by Appium JSONWP.
-
-
-
Constructor Detail
-
AppiumExecutionMethod
public AppiumExecutionMethod(AppiumDriver driver)
-
-
Method Detail
-
execute
public java.lang.Object execute(java.lang.String commandName, java.util.Map<java.lang.String,?> parameters)This method executes a command supported by Appium JSONWP.- Specified by:
executein interfaceorg.openqa.selenium.remote.ExecuteMethod- Parameters:
commandName- a JSONWP commandparameters- is a map which contains parameter names as keys and parameter values- Returns:
- a command execution result
-
-