A C D E F G H I L M N O P Q R S T V W

A

accept() - Method in class org.openqa.selenium.android.library.AndroidAlert
 
addJavascriptInterface(Object, String) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
AlertManager - Class in org.openqa.selenium.android.library
This tracks manages all alerts and pop-up windows opened by the current views.
AlertManager() - Constructor for class org.openqa.selenium.android.library.AlertManager
 
AndroidAlert - Class in org.openqa.selenium.android.library
This class represents an Android alert.
AndroidAtoms - Enum in org.openqa.selenium.android.library
The WebDriver atoms are used to ensure consistent behaviour cross-browser.
AndroidDriver - Class in org.openqa.selenium.android
A driver for running tests on an Android device or emulator.
AndroidDriver() - Constructor for class org.openqa.selenium.android.AndroidDriver
The default constructor assumes the remote server is listening at http://localhost:8080/wd/hub
AndroidDriver(Capabilities) - Constructor for class org.openqa.selenium.android.AndroidDriver
 
AndroidDriver(String) - Constructor for class org.openqa.selenium.android.AndroidDriver
 
AndroidDriver(DesiredCapabilities) - Constructor for class org.openqa.selenium.android.AndroidDriver
 
AndroidDriver(URL) - Constructor for class org.openqa.selenium.android.AndroidDriver
 
AndroidDriver(URL, DesiredCapabilities) - Constructor for class org.openqa.selenium.android.AndroidDriver
 
AndroidLogs - Class in org.openqa.selenium.android.library
 
AndroidLogs() - Constructor for class org.openqa.selenium.android.library.AndroidLogs
 
AndroidWebDriver - Class in org.openqa.selenium.android.library
 
AndroidWebDriver(Activity) - Constructor for class org.openqa.selenium.android.library.AndroidWebDriver
Use this contructor to use WebDriver with a WebView that has the same settings as the Android browser.
AndroidWebDriver(Activity, ViewFactory, ViewClientWrapper, ChromeClientWrapper) - Constructor for class org.openqa.selenium.android.library.AndroidWebDriver
Use this constructor to use WebDriver with a custom view.
AndroidWebDriver(Activity, ViewFactory, ViewClientWrapper, ChromeClientWrapper, View.OnFocusChangeListener) - Constructor for class org.openqa.selenium.android.library.AndroidWebDriver
Use this constructor to use WebDriver with a custom view and a custom View.OnFocusChangeListener for that view..
AndroidWebElement - Class in org.openqa.selenium.android.library
Represents an Android HTML element.
authenticateUsing(Credentials) - Method in class org.openqa.selenium.android.library.AndroidAlert
 

C

capturePicture() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
ChromeClientWrapper - Class in org.openqa.selenium.android.library
This class wraps a chrome client that must have the *same* API as WebChromeClient.
ChromeClientWrapper(String, Object) - Constructor for class org.openqa.selenium.android.library.ChromeClientWrapper
 
clear() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
clearCache(boolean) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
clearFormData() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
clearHistory() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
clearView() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
click() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
close() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
createNewView(Activity) - Method in class org.openqa.selenium.android.library.DefaultWebViewFactory
 
createNewView(Activity) - Method in interface org.openqa.selenium.android.library.ViewFactory
Creates a rendering view.

D

DefaultChromeClient - Class in org.openqa.selenium.android.library
Default implementation for WebDriver's chrome client.
DefaultChromeClient() - Constructor for class org.openqa.selenium.android.library.DefaultChromeClient
Default chrome client.
DefaultChromeClient(WebChromeClient) - Constructor for class org.openqa.selenium.android.library.DefaultChromeClient
Use this constructor if the WebView you are using with WebDriver does have custom setting defined in the WebChromeClient.
DefaultWebViewFactory - Class in org.openqa.selenium.android.library
Provides a default ViewAdapter to be used by WebDriver.
DefaultWebViewFactory() - Constructor for class org.openqa.selenium.android.library.DefaultWebViewFactory
 
destroy() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
dismiss() - Method in class org.openqa.selenium.android.library.AndroidAlert
 
dispatchKeyEvent(KeyEvent) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
dispatchTouchEvent(MotionEvent) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
dragAndDropBy(int, int) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
dragAndDropOn(AndroidWebElement) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
DriverProvider - Interface in org.openqa.selenium.android.library
The chrome and view clients need to implement this interface.

E

equals(Object) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
executeScript(String, Object...) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

F

findElement(By) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
findElement(By) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
findElements(By) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
findElements(By) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
flingScroll(int, int) - Method in class org.openqa.selenium.android.library.ViewAdapter
 

G

get(String) - Static method in enum org.openqa.selenium.android.library.AndroidAtoms
 
get(String) - Method in class org.openqa.selenium.android.library.AndroidLogs
 
get(String) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getAcceptSslCerts() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getActivity() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getAttribute(String) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getAvailableLogTypes() - Method in class org.openqa.selenium.android.library.AndroidLogs
 
getCoordinates() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getCssValue(String) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getCurrentUrl() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getDefaultVideoPoster() - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
getLocalStorage() - Method in class org.openqa.selenium.android.AndroidDriver
 
getLocalStorage() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getLocation() - Method in class org.openqa.selenium.android.library.AndroidWebElement
Where on the page is the top left-hand corner of the rendered element? it's part of RenderedWebElement
getLocationOnScreenOnceScrolledIntoView() - Method in class org.openqa.selenium.android.library.AndroidWebElement
Deprecated. To be removed in 2.31. Use AndroidWebElement.getCoordinates() instead
getLogger() - Static method in class org.openqa.selenium.android.library.Logger
 
getOrientation() - Method in class org.openqa.selenium.android.AndroidDriver
 
getOrientation() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getPageSource() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getScale() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.android.AndroidDriver
 
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getSessionStorage() - Method in class org.openqa.selenium.android.AndroidDriver
 
getSessionStorage() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getSettings() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
getSize() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getStatus() - Method in class org.openqa.selenium.android.AndroidDriver
 
getStatus() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getTagName() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getText() - Method in class org.openqa.selenium.android.library.AndroidAlert
 
getText() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getTitle() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getTitle() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
getTouch() - Method in class org.openqa.selenium.android.AndroidDriver
 
getTouch() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getUnderlyingView() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
getUrl() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
getValue() - Method in enum org.openqa.selenium.android.library.AndroidAtoms
 
getValueOfCssProperty(String) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
getVideoLoadingProgressView() - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
getView() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getVisitedHistory(ValueCallback<String[]>) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
getWebView() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getWindowHandle() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getWindowHandles() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
getWrappedDriver() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
goBack() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
goForward() - Method in class org.openqa.selenium.android.library.ViewAdapter
 

H

hashCode() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
hover() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 

I

isDisplayed() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
isEnabled() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
isJavascriptEnabled() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
isOnline() - Method in class org.openqa.selenium.android.AndroidDriver
 
isOnline() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
isSelected() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 

L

loadUrl(String) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
location() - Method in class org.openqa.selenium.android.AndroidDriver
 
location() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
log(Level, String, String, String) - Static method in class org.openqa.selenium.android.library.Logger
 
Logger - Class in org.openqa.selenium.android.library
 
Logger() - Constructor for class org.openqa.selenium.android.library.Logger
 

M

manage() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

N

navigate() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

O

onCloseWindow(WebView) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onCloseWindow(Object) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onConsoleMessage(String, int, String) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onConsoleMessage(ConsoleMessage) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onCreateWindow(WebView, boolean, boolean, Message) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onCreateWindow(ViewAdapter) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onExceededDatabaseQuota(String, String, long, long, long, WebStorage.QuotaUpdater) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onGeolocationPermissionsHidePrompt() - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onGeolocationPermissionsShowPrompt(String, GeolocationPermissions.Callback) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onHideCustomView() - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onJsAlert(WebView, String, String, JsResult) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onJsAlert(Object, String, JsResult) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onJsBeforeUnload(WebView, String, String, JsResult) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onJsConfirm(WebView, String, String, JsResult) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onJsConfirm(Object, String, JsResult) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onJsPrompt(WebView, String, String, String, JsPromptResult) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onJsPrompt(Object, String, String, JsPromptResult) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onJsTimeout() - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onJsTimeout() - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onLocationChanged(Location) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
onPageFinished(WebView, String) - Method in class org.openqa.selenium.android.library.WebDriverViewClient
 
onPageStarted(WebView, String) - Method in class org.openqa.selenium.android.library.WebDriverViewClient
 
onProgressChanged(WebView, int) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onProgressChanged(Object, int) - Method in class org.openqa.selenium.android.library.WebDriverChromeClient
 
onProviderDisabled(String) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
onProviderEnabled(String) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
onReachedMaxAppCacheSize(long, long, WebStorage.QuotaUpdater) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onReceivedError(WebView, int, String, String) - Method in class org.openqa.selenium.android.library.WebDriverViewClient
 
onReceivedIcon(WebView, Bitmap) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onReceivedSslError(WebView, SslErrorHandler, SslError) - Method in class org.openqa.selenium.android.library.WebDriverViewClient
 
onReceivedTitle(WebView, String) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onReceivedTouchIconUrl(WebView, String, boolean) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onRequestFocus(WebView) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onShowCustomView(View, WebChromeClient.CustomViewCallback) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onShowCustomView(View, int, WebChromeClient.CustomViewCallback) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
onStatusChanged(String, int, Bundle) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
org.openqa.selenium.android - package org.openqa.selenium.android
 
org.openqa.selenium.android.library - package org.openqa.selenium.android.library
 

P

processJsonObject(Object) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

Q

quit() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

R

reload() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
removeAllViews() - Method in class org.openqa.selenium.android.library.ViewAdapter
 
requestFocus(int) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
rotate(ScreenOrientation) - Method in class org.openqa.selenium.android.AndroidDriver
 
rotate(ScreenOrientation) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

S

scrollBy(int, int) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
sendKeys(String) - Method in class org.openqa.selenium.android.library.AndroidAlert
 
sendKeys(CharSequence...) - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
setAcceptSslCerts(boolean) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
setDebugMode(boolean) - Static method in class org.openqa.selenium.android.library.Logger
 
setDriver(AndroidWebDriver) - Method in class org.openqa.selenium.android.library.ChromeClientWrapper
 
setDriver(AndroidWebDriver) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
setDriver(AndroidWebDriver) - Method in interface org.openqa.selenium.android.library.DriverProvider
 
setDriver(AndroidWebDriver) - Method in class org.openqa.selenium.android.library.ViewClientWrapper
 
setFileDetector(FileDetector) - Method in class org.openqa.selenium.android.AndroidDriver
 
setFocusable(boolean) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
setFocusableInTouchMode(boolean) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
setLevel(Level) - Static method in class org.openqa.selenium.android.library.Logger
Sets the logging level for this logger.
setLocation(Location) - Method in class org.openqa.selenium.android.AndroidDriver
 
setLocation(Location) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
setNetworkAvailable(boolean) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
setOnFocusChangeListener(View.OnFocusChangeListener) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
setOnline(boolean) - Method in class org.openqa.selenium.android.AndroidDriver
 
setOnline(boolean) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
setProxy(String, int) - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 
setWebChromeClient(ChromeClientWrapper) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
setWebDriverView(WebDriverView) - Method in class org.openqa.selenium.android.library.ChromeClientWrapper
 
setWebDriverView(WebDriverView) - Method in class org.openqa.selenium.android.library.DefaultChromeClient
 
setWebDriverView(WebDriverView) - Method in interface org.openqa.selenium.android.library.ViewProvider
 
setWebViewClient(ViewClientWrapper) - Method in class org.openqa.selenium.android.library.ViewAdapter
 
submit() - Method in class org.openqa.selenium.android.library.AndroidWebElement
 
switchTo() - Method in class org.openqa.selenium.android.library.AndroidWebDriver
 

T

toString() - Method in enum org.openqa.selenium.android.library.AndroidAtoms
 

V

valueOf(String) - Static method in enum org.openqa.selenium.android.library.AndroidAtoms
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openqa.selenium.android.library.AndroidAtoms
Returns an array containing the constants of this enum type, in the order they are declared.
ViewAdapter - Class in org.openqa.selenium.android.library
Adapter class to allow WebDriver to work with any View that has the same API as WebView.
ViewAdapter(String, Object) - Constructor for class org.openqa.selenium.android.library.ViewAdapter
Constructs an adapter for any View to work with WebDriver.
ViewClientWrapper - Class in org.openqa.selenium.android.library
This class wraps a view client that must have the *same* API as WebViewClient.
ViewClientWrapper(String, Object) - Constructor for class org.openqa.selenium.android.library.ViewClientWrapper
 
ViewFactory - Interface in org.openqa.selenium.android.library
This interface should be implemented when using WebDriver with custom Views (typically a custom WebView).
ViewProvider - Interface in org.openqa.selenium.android.library
This should be implemented by the chrome client provided to AndroidWebDriver.

W

WebDriverChromeClient - Class in org.openqa.selenium.android.library
This class provides methods that must be called by a custom chrome client if you decide not to use the DefaultChromeClient.
WebDriverChromeClient(AndroidWebDriver) - Constructor for class org.openqa.selenium.android.library.WebDriverChromeClient
 
WebDriverViewClient - Class in org.openqa.selenium.android.library
This class provides methods that must be called by a custom view client if you decide not to use the DefaultViewClient.
WebDriverViewClient(AndroidWebDriver) - Constructor for class org.openqa.selenium.android.library.WebDriverViewClient
 

A C D E F G H I L M N O P Q R S T V W

Copyright © 2013. All Rights Reserved.