public class AppiumCommandInfo
extends org.openqa.selenium.remote.CommandInfo
Constructor and Description |
---|
AppiumCommandInfo(java.lang.String url,
org.openqa.selenium.remote.http.HttpMethod method)
It conntains method and URL of the command.
|
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.remote.http.HttpMethod |
getMethod() |
java.lang.String |
getUrl() |