Package 

Interface ChipGroupActions

  • All Implemented Interfaces:
    io.github.kakaocup.kakao.common.actions.BaseActions

    
    public interface ChipGroupActions
     implements BaseActions
                        
    • Method Summary

      Modifier and Type Method Description
      Unit selectChip(String text) Select a Chip in a ChipGroup with matching text
      Unit selectChip(@IdRes() Integer id) Select a Chip in a ChipGroup with matching id
      Unit selectChipAt(Integer index) Select a Chip in a ChipGroup at a particular index
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.chipgroup.ChipGroupActions

        act, click, doubleClick, longClick, onFailure, pressImeAction, repeatUntil, scrollTo
      • Methods inherited from class java.lang.Object

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