Interface Scrollable

All Known Subinterfaces:
ScrollInfoProvider, UiObject, UiObject

public interface Scrollable
Represents test objects that support scrolling.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    scroll(ScrollOrientation orientation, ScrollType type)
    Scrolls an object that has embedded scroll bars by one line or page.
    void
    scroll(ScrollOrientation orientation, ScrollType type, int value)
    Scrolls an object that has embedded scroll bars.