- 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
-