Package 

Interface UiOperation


  • 
    public interface UiOperation<View extends Object>
    
                        

    Responsible for executing an interaction on the element of UiAutomator

    • Method Summary

      Modifier and Type Method Description
      abstract Unit execute(View innerView)
      abstract UiOperationType getType()
      abstract String getDescription()
      • Methods inherited from class com.kaspersky.components.kautomator.intercept.operation.UiOperation

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait