public
interface
Tapper
android.support.test.espresso.action.Tapper |
![]() |
Interface to implement different click types.
Nested classes | |
---|---|
enum |
Tapper.Status
The result of the tap. |
Public methods | |
---|---|
abstract
Tapper.Status
|
sendTap(UiController uiController, float[] coordinates, float[] precision)
Sends a MotionEvent to the given UiController. |
Tapper.Status sendTap (UiController uiController, float[] coordinates, float[] precision)
Sends a MotionEvent to the given UiController.
Parameters | |
---|---|
uiController |
UiController :
a UiController to use to send MotionEvents to the screen. |
coordinates |
float :
a float[] with x and y values of center of the tap. |
precision |
float :
a float[] with x and y values of precision of the tap. |
Returns | |
---|---|
Tapper.Status |
The status of the tap. |