Package 

Interface UiCheckableActions

  • All Implemented Interfaces:
    com.kaspersky.components.kautomator.component.common.actions.UiBaseActions

    
    public interface UiCheckableActions
     implements UiBaseActions
                        

    Provides actions for checkable views

    • Nested Class Summary

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

      Modifier and Type Method Description
      Unit setChecked(Boolean checked) Sets checked state of the view
      abstract UiObjectInteractionDelegate getView()
      • Methods inherited from class com.kaspersky.components.kautomator.component.check.UiCheckableActions

        click, doubleClick, longClick
      • 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