public class IOSWebDriverStub extends WebDriverStub implements io.appium.java_client.HidesKeyboardWithKeyName, io.appium.java_client.ios.ShakesDevice, io.appium.java_client.ios.PerformsTouchID, io.appium.java_client.PushesFiles, io.appium.java_client.LocksDevice
| Constructor and Description |
|---|
IOSWebDriverStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.openqa.selenium.remote.Response |
execute(String s) |
org.openqa.selenium.remote.Response |
execute(String s,
Map<String,?> map) |
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.By by) |
List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.By by) |
void |
get(String s) |
String |
getCurrentUrl() |
String |
getPageSource() |
String |
getTitle() |
String |
getWindowHandle() |
Set<String> |
getWindowHandles() |
void |
hideKeyboard() |
void |
hideKeyboard(String keyName) |
void |
hideKeyboard(String strategy,
String keyName) |
org.openqa.selenium.WebDriver.Options |
manage() |
org.openqa.selenium.WebDriver.Navigation |
navigate() |
void |
quit() |
void |
shake() |
org.openqa.selenium.WebDriver.TargetLocator |
switchTo() |
executeScriptaddVirtualAuthenticator, builder, execute, executeAsyncScript, executeScript, findElement, findElements, findElements, getCapabilities, getCommandExecutor, getElementConverter, getErrorHandler, getExecuteMethod, getFileDetector, getScreenshotAs, getSessionId, log, perform, print, removeVirtualAuthenticator, resetInputState, setCommandExecutor, setElementConverter, setErrorHandler, setFileDetector, setFoundBy, setLogLevel, setSessionId, startSession, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitperformTouchID, toggleTouchIDEnrollmentpublic void get(String s)
get in interface org.openqa.selenium.WebDriverget in class WebDriverStubpublic String getCurrentUrl()
getCurrentUrl in interface org.openqa.selenium.WebDrivergetCurrentUrl in class WebDriverStubpublic String getTitle()
getTitle in interface org.openqa.selenium.WebDrivergetTitle in class WebDriverStubpublic 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 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 Set<String> getWindowHandles()
getWindowHandles in interface org.openqa.selenium.WebDrivergetWindowHandles in class WebDriverStubpublic 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(String s, Map<String,?> map)
execute in interface io.appium.java_client.ExecutesMethodexecute in class org.openqa.selenium.remote.RemoteWebDriverpublic org.openqa.selenium.remote.Response execute(String s)
execute in interface io.appium.java_client.ExecutesMethodexecute in class org.openqa.selenium.remote.RemoteWebDriverpublic void hideKeyboard(String keyName)
hideKeyboard in interface io.appium.java_client.HidesKeyboardWithKeyNamepublic void hideKeyboard(String strategy, String keyName)
hideKeyboard in interface io.appium.java_client.HidesKeyboardWithKeyNamepublic void hideKeyboard()
hideKeyboard in interface io.appium.java_client.HidesKeyboardpublic void shake()
shake in interface io.appium.java_client.ios.ShakesDeviceCopyright © 2022. All rights reserved.