-
public interface UiOperation<View extends Object>Responsible for executing an interaction on the element of UiAutomator
-
-
Method Summary
Modifier and Type Method Description abstract Unitexecute(View innerView)abstract UiOperationTypegetType()abstract StringgetDescription()-
-
Method Detail
-
getType
abstract UiOperationType getType()
-
getDescription
abstract String getDescription()
-
-
-
-