androidx.test.uiautomator
Interfaces
Condition |
Represents a condition to be satisfied. |
IAutomationSupport |
Provides auxiliary support for running test cases |
UiWatcher |
See |
Classes
By |
|
BySelector |
A |
Configurator |
Allows you to set key parameters for running UiAutomator tests. |
EventCondition |
An |
SearchCondition |
A |
UiAutomatorInstrumentationTestRunner |
This class is deprecated. as it only handles deprecated |
UiAutomatorTestCase |
This class is deprecated. It is no longer necessary to extend UiAutomatorTestCase. |
UiCollection |
Used to enumerate a container's UI elements for the purpose of counting, or targeting a sub elements by a child's text or description. |
UiDevice |
UiDevice provides access to state information about the device. |
UiObject |
A UiObject is a representation of a view. |
UiObject2 |
Represents a UI element, and exposes methods for performing gestures (clicks, swipes) or searching through its children. |
UiObject2Condition |
A |
UiScrollable |
UiScrollable is a |
UiSelector |
Specifies the elements in the layout hierarchy for tests to target, filtered by properties such as text value, content-description, class name, and state information. |
Until |
The |
Exceptions
StaleObjectException |
A |
UiObjectNotFoundException |
Generated in test runs when a |
Enums
Direction |
An enumeration used to specify the primary direction of certain gestures. |