Table of Contents

Interface IScrollable

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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

orientation ScrollOrientation

The scroll bar to move. Possible values: ScrollOrientation

type ScrollType

The type of the scrolling to perform Possible values: ScrollType

value int

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