Package io.appium.java_client
Class AppiumCommandInfo
java.lang.Object
org.openqa.selenium.remote.CommandInfo
io.appium.java_client.AppiumCommandInfo
public class AppiumCommandInfo
extends org.openqa.selenium.remote.CommandInfo
-
Constructor Summary
ConstructorsConstructorDescriptionAppiumCommandInfo(String url, org.openqa.selenium.remote.http.HttpMethod method) It contains method and URL of the command. -
Method Summary
-
Constructor Details
-
AppiumCommandInfo
It contains method and URL of the command.- Parameters:
url- command URLmethod- is http-method
-