Package 

Interface EditableActions

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

    
    public interface EditableActions
     implements BaseActions
                        

    Provides editable actions for views

    • Method Summary

      Modifier and Type Method Description
      Unit typeText(String text) Types the given text into the view
      Unit replaceText(String text) Replaces the current view text with given
      Unit clearText() Clears current text in the view
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.edit.EditableActions

        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