-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.common.actions.UiBaseActions
public interface UiEditableActions implements UiBaseActions
Provides editable actions for UiEditText
-
-
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 the text content into the view abstract UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.edit.UiEditableActions
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
-
-
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 UiObjectInteractionDelegate getView()
-
-
-
-