java.lang.Object | |
↳ | android.support.test.espresso.web.webdriver.DriverAtoms |
A collection of Javascript Atoms from the WebDriver project.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clears content from an editable element.
| |||||||||||
Finds an element using the provided locator strategy.
| |||||||||||
Finds multiple elements given a locator strategy.
| |||||||||||
Returns the visible text beneath a given DOM element.
| |||||||||||
Finds the currently active element in the document.
| |||||||||||
Selects a subframe of the given window by it's name or id.
| |||||||||||
Selects a subframe of the current window by it's name or id.
| |||||||||||
Selects a subframe of the given window by it's index.
| |||||||||||
Selects a subframe of the currently selected window by it's index.
| |||||||||||
Simulates the javascript events to click on a particular element.
| |||||||||||
Simulates javascript key events sent to a certain element.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Finds an element using the provided locator strategy.
Finds multiple elements given a locator strategy.
Finds the currently active element in the document.
Selects a subframe of the given window by it's name or id.
Selects a subframe of the current window by it's name or id.
Selects a subframe of the given window by it's index.
Selects a subframe of the currently selected window by it's index.
Simulates the javascript events to click on a particular element.
Simulates javascript key events sent to a certain element.