public class AndroidWebDriverStub extends WebDriverStub implements io.appium.java_client.windows.PressesKeyCode, io.appium.java_client.android.connection.HasNetworkConnection, io.appium.java_client.android.PushesFiles, io.appium.java_client.android.StartsActivity, io.appium.java_client.FindsByAndroidUIAutomator, io.appium.java_client.android.HasAndroidDeviceDetails, io.appium.java_client.android.HasSupportedPerformanceDataType, io.appium.java_client.LocksDevice
org.openqa.selenium.WebDriver.ImeHandler, org.openqa.selenium.WebDriver.Navigation, org.openqa.selenium.WebDriver.Options, org.openqa.selenium.WebDriver.TargetLocator, org.openqa.selenium.WebDriver.Timeouts, org.openqa.selenium.WebDriver.Window| Constructor and Description |
|---|
AndroidWebDriverStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.openqa.selenium.remote.Response |
execute(java.lang.String s) |
org.openqa.selenium.remote.Response |
execute(java.lang.String s,
java.util.Map<java.lang.String,?> map) |
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by) |
org.openqa.selenium.WebElement |
findElement(java.lang.String s,
java.lang.String s1) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by) |
java.util.List |
findElements(java.lang.String s,
java.lang.String s1) |
void |
get(java.lang.String s) |
java.lang.String |
getCurrentUrl() |
java.lang.String |
getPageSource() |
java.lang.String |
getTitle() |
java.lang.String |
getWindowHandle() |
java.util.Set<java.lang.String> |
getWindowHandles() |
org.openqa.selenium.WebDriver.Options |
manage() |
org.openqa.selenium.WebDriver.Navigation |
navigate() |
void |
quit() |
org.openqa.selenium.WebDriver.TargetLocator |
switchTo() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlongPressKeyCode, longPressKeyCode, pressKeyCode, pressKeyCodegetConnection, setConnectioncurrentActivity, getCurrentPackage, startActivityfindElementByAndroidUIAutomator, findElementsByAndroidUIAutomatorgetDisplayDensity, getSystemBarspublic void get(java.lang.String s)
get in interface org.openqa.selenium.WebDriverget in class WebDriverStubpublic java.lang.String getCurrentUrl()
getCurrentUrl in interface org.openqa.selenium.WebDrivergetCurrentUrl in class WebDriverStubpublic java.lang.String getTitle()
getTitle in interface org.openqa.selenium.WebDrivergetTitle in class WebDriverStubpublic java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.By by)
findElements in interface org.openqa.selenium.SearchContextfindElements in interface org.openqa.selenium.WebDriverfindElements in class WebDriverStubpublic org.openqa.selenium.WebElement findElement(org.openqa.selenium.By by)
findElement in interface org.openqa.selenium.SearchContextfindElement in interface org.openqa.selenium.WebDriverfindElement in class WebDriverStubpublic java.lang.String getPageSource()
getPageSource in interface org.openqa.selenium.WebDrivergetPageSource in class WebDriverStubpublic void close()
close in interface org.openqa.selenium.WebDriverclose in class WebDriverStubpublic void quit()
quit in interface org.openqa.selenium.WebDriverquit in class WebDriverStubpublic java.util.Set<java.lang.String> getWindowHandles()
getWindowHandles in interface org.openqa.selenium.WebDrivergetWindowHandles in class WebDriverStubpublic java.lang.String getWindowHandle()
getWindowHandle in interface org.openqa.selenium.WebDrivergetWindowHandle in class WebDriverStubpublic org.openqa.selenium.WebDriver.TargetLocator switchTo()
switchTo in interface org.openqa.selenium.WebDriverswitchTo in class WebDriverStubpublic org.openqa.selenium.WebDriver.Navigation navigate()
navigate in interface org.openqa.selenium.WebDrivernavigate in class WebDriverStubpublic org.openqa.selenium.WebDriver.Options manage()
manage in interface org.openqa.selenium.WebDrivermanage in class WebDriverStubpublic org.openqa.selenium.remote.Response execute(java.lang.String s,
java.util.Map<java.lang.String,?> map)
execute in interface io.appium.java_client.ExecutesMethodpublic org.openqa.selenium.remote.Response execute(java.lang.String s)
execute in interface io.appium.java_client.ExecutesMethodpublic org.openqa.selenium.WebElement findElement(java.lang.String s,
java.lang.String s1)
findElement in interface io.appium.java_client.FindsByFluentSelectorpublic java.util.List findElements(java.lang.String s,
java.lang.String s1)
findElements in interface io.appium.java_client.FindsByFluentSelector