-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.common.actions.UiBaseActions
public interface UiScrollableActions implements UiBaseActions
-
-
Method Summary
Modifier and Type Method Description UnitscrollToStart()UnitscrollToEnd()<T extends Any> UnitscrollToView(UiBaseView<T> to)abstract UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.common.actions.UiScrollableActions
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
-
scrollToStart
Unit scrollToStart()
-
scrollToEnd
Unit scrollToEnd()
-
scrollToView
<T extends Any> Unit scrollToView(UiBaseView<T> to)
-
getView
abstract UiObjectInteractionDelegate getView()
-
-
-
-