Home | History | Annotate | Download | only in scroll

Lines Matching refs:direction

21 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
22 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
29 * Tries to scroll {@code containerFinder} in {@code direction}. Returns whether scrolling is
34 * @param direction specifies where the view port will move instead of the finger
37 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction);
51 * @param direction specifies where the view port will move instead of the finger
54 PhysicalDirection direction);
63 * @param direction specifies where the view port will move instead of the finger
66 PhysicalDirection direction);
73 * @param direction specifies where the view port will move instead of the finger
75 void doScroll(UiElement container, PhysicalDirection direction);