-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions,io.github.kakaocup.kakao.progress.ProgressBarActions
public interface SeekBarActions implements ProgressBarActions
Provides action for SeekBar
-
-
Method Summary
Modifier and Type Method Description UnitdragProgressTo(Integer number)Drags progress to defined position. abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.progress.SeekBarActions
setProgress -
Methods inherited from class io.github.kakaocup.kakao.progress.ProgressBarActions
act, click, doubleClick, longClick, onFailure, pressImeAction, repeatUntil, scrollTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
dragProgressTo
Unit dragProgressTo(Integer number)
Drags progress to defined position. Please note that this dragging is emulated via Espresso's swipe action and might not be accurate, if progress max value is too high or device's density is too low.
- Parameters:
number- of progress to drag to
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-