-
- 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 UnittypeText(String text)Types the given text into the view UnitreplaceText(String text)Replaces the current view text with given UnitclearText()Clears current text in the view abstract ViewInteractionDelegategetView()-
-
Method Detail
-
typeText
Unit typeText(String text)
Types the given text into the view
- Parameters:
text- Text to input
-
replaceText
Unit replaceText(String text)
Replaces the current view text with given
- Parameters:
text- Text to input instead of current
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-