-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.common.actions.UiBaseActions
public interface UiSwitchableActions implements UiBaseActions
Provides switchable actions for UiSwitch
-
-
Method Summary
Modifier and Type Method Description UnitswipeSwitchThumb(UiSwitchableActions.Direction direction)Moves the thumb of the switch to the right UnitsetChecked(Boolean isChecked)abstract UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.switch.UiSwitchableActions
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
-
swipeSwitchThumb
Unit swipeSwitchThumb(UiSwitchableActions.Direction direction)
Moves the thumb of the switch to the right
- Parameters:
direction- for the thumb to move
-
setChecked
Unit setChecked(Boolean isChecked)
-
getView
abstract UiObjectInteractionDelegate getView()
-
-
-
-