-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface ProgressBarActions implements BaseActions
Provides action for ProgressBar
-
-
Method Summary
Modifier and Type Method Description UnitsetProgress(Integer number)Set progress for ProgressBar abstract ViewInteractionDelegategetView()-
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
-
setProgress
Unit setProgress(Integer number)
Set progress for ProgressBar
- Parameters:
number- of progress to set for the ProgressBar
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-