Package 

Interface UiBaseActions


  • 
    public interface UiBaseActions
    
                        

    Base interface for performing actions on UiAutomator view

    Provides a lot of basic action methods, such as click(), etc.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum UiBaseActionType
    • Method Summary

      Modifier and Type Method Description
      Unit click() Performs click on view
      Unit doubleClick() Performs double click on view
      Unit longClick() Performs long click on view
      abstract UiObjectInteractionDelegate getView()
      • Methods inherited from class com.kaspersky.components.kautomator.component.common.actions.UiBaseActions

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

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