-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.common.actions.UiBaseActions
public interface UiCheckableActions implements UiBaseActions
Provides actions for checkable views
-
-
Method Summary
Modifier and Type Method Description UnitsetChecked(Boolean checked)Sets checked state of the view abstract UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.check.UiCheckableActions
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
-
setChecked
Unit setChecked(Boolean checked)
Sets checked state of the view
- Parameters:
checked- True if checked, false otherwise
-
getView
abstract UiObjectInteractionDelegate getView()
-
-
-
-