Table of Contents

Class AIAutoScrollSettings

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

The auto scrolling feature settings, which can be updated during runtime using AIRunSettings.

public class AIAutoScrollSettings
Inheritance
AIAutoScrollSettings
Inherited Members

Constructors

AIAutoScrollSettings()

Constructs a new instance of AIAutoScrollSettings.

public AIAutoScrollSettings()

Methods

Disable()

Sets the auto scrolling feature to disabled state.

public void Disable()

Enable()

Sets the auto scrolling feature to enabled state.

public void Enable()

Enable(ScrollDirection, int)

Sets the auto scrolling feature to _enabled state and sets the _direction and max pages to scroll settings.

public void Enable(ScrollDirection direction, int maxScrolls)

Parameters

direction ScrollDirection

the _direction in which to scroll.

maxScrolls int

the maximum number of times to scroll in search of the object.

Exceptions

ArgumentException