Interface IScrollable
Represents test objects that support scrolling.
public interface IScrollable
Methods
Scroll(ScrollOrientation, ScrollType, int)
Scrolls an object that has embedded scroll bars.
void Scroll(ScrollOrientation orientation, ScrollType type, int value = 1)
Parameters
orientationScrollOrientationThe scroll bar to move. Possible values: ScrollOrientation
typeScrollTypeThe type of the scrolling to perform Possible values: ScrollType
valueintOptional. The quantity of lines or pages to scroll. Default = 1. (This parameter is not relevant if the type argument is set to First or Last.)