-
public interface UiBaseActionsBase interface for performing actions on UiAutomator view
Provides a lot of basic action methods, such as click(), etc.
-
-
Method Summary
Modifier and Type Method Description Unitclick()Performs click on view UnitdoubleClick()Performs double click on view UnitlongClick()Performs long click on view abstract UiObjectInteractionDelegategetView()-
-
Method Detail
-
doubleClick
Unit doubleClick()
Performs double click on view
-
getView
abstract UiObjectInteractionDelegate getView()
-
-
-
-