Package 

Interface UiChipGroupActions

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

    
    public interface UiChipGroupActions
     implements UiBaseActions
                        

    Provides actions for a ChipGroup

    • Nested Class Summary

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

      Modifier and Type Method Description
      Unit selectChipWithId(String id) Selects a chip in ChipGroup with given id
      Unit selectChipWithIndex(Integer index) Selects a chip with given index
      Unit selectChipWithText(String text) Selects a chip with given text
      Unit selectChipWithText(Pattern pattern) Selects a chip with give text pattern
      abstract UiObjectInteractionDelegate getView()
      • Methods inherited from class com.kaspersky.components.kautomator.component.chip.UiChipGroupActions

        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