public abstract class AppiumDriver extends WebDriver
| Modifier and Type | Field and Description |
|---|---|
protected CommandThread |
command |
protected Http |
http |
protected Logger |
logger |
protected DriverOptions |
options |
| Modifier | Constructor and Description |
|---|---|
protected |
AppiumDriver(DriverOptions options,
CommandThread command,
Http http,
String sessionId,
String windowId) |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute(String locator,
String name) |
void |
clear(String selector) |
void |
click(String selector) |
protected String |
getElementId(String id) |
void |
hideKeyboard() |
void |
setContext(String context) |
String |
text(String locator) |
back, clearCookies, click, close, cookie, css, deleteCookie, dialog, dialog, enabled, eval, focus, forward, fullscreen, getCookies, getDialog, getDimensions, getElementLocator, getJsonForHandle, getJsonForInput, getJsonPathForElementId, getLocation, getTitle, getWindowHandleKey, getWindowHandles, highlight, html, input, input, maximize, minimize, name, property, quit, rect, refresh, reload, screenshot, screenshot, select, select, setCookie, setDimensions, setLocation, submit, switchTo, value, value, waitUntilprotected final DriverOptions options
protected final Logger logger
protected final CommandThread command
protected final Http http
protected AppiumDriver(DriverOptions options, CommandThread command, Http http, String sessionId, String windowId)
protected String getElementId(String id)
getElementId in class WebDriverpublic void clear(String selector)
public void click(String selector)
public void setContext(String context)
public void hideKeyboard()
Copyright © 2019. All rights reserved.