Package 

Interface SliderActions

  • 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
      Unit setValue(Float value) Set value for Slider
      Unit dragValueTo(Float value) Drags slider to defined position.
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.slider.SliderActions

        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

      • 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