Table of Contents

Interface IScrollable

Represents test objects that support scrolling.

Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface IScrollable

Methods

Scroll(ScrollOrientation, ScrollType, int)

Scrolls an object that has embedded scroll bars.

Declaration
void Scroll(ScrollOrientation orientation, ScrollType type, int value = 1)
Parameters
Type Name Description
ScrollOrientation orientation

The scroll bar to move. Possible values: ScrollOrientation

ScrollType type

The type of the scrolling to perform Possible values: ScrollType

int value

Optional. 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.)