-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface SliderActions implements BaseActions
Provides action for Slider
-
-
Method Summary
Modifier and Type Method Description UnitsetValue(Float value)Set value for Slider UnitdragValueTo(Float value)Drags slider to defined position. abstract ViewInteractionDelegategetView()-
-
Method Detail
-
setValue
Unit setValue(Float value)
Set value for Slider
- Parameters:
value- of value to set for the Slider
-
dragValueTo
Unit dragValueTo(Float value)
Drags slider 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:
value- of slider to drag to
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-