Package 

Interface ViewPagerActions

  • All Implemented Interfaces:
    io.github.kakaocup.kakao.common.actions.BaseActions

    
    public interface ViewPagerActions
     implements BaseActions
                        
    • Method Summary

      Modifier and Type Method Description
      Unit swipeLeft() Swipes left on the view
      Unit swipeRight() Swipes right on the view
      Unit scrollLeft(Boolean smoothScroll) Moves <code>ViewPager</code> to the left be one page.
      Unit scrollRight(Boolean smoothScroll) Moves <code>ViewPager</code> to the right be one page.
      Unit scrollToFirst(Boolean smoothScroll) Moves <code>ViewPager</code> to the first page.
      Unit scrollToLast(Boolean smoothScroll) Moves <code>ViewPager</code> to the last page.
      Unit scrollToPage(Integer page, Boolean smoothScroll) Moves <code>ViewPager</code> to a specific page.
      Unit clickBetweenTwoTitles(String title1, String title2) Clicks between two titles in a <code>ViewPager</code> title strip
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.pager.ViewPagerActions

        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