Table of Contents

Interface ITextScreen

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

A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.

public interface ITextScreen : ITestObject, ITestObjectDescriber, IScreenBase, IClickable
Inherited Members
Extension Methods

Methods

Click(Position)

Clicks the specified row and column position on the emulator screen.

void Click(Position position)

Parameters

position Position

The Position on the emulator screen.

SendKeys(string)

Types the specified string at the current location of the cursor.

void SendKeys(string keys)

Parameters

keys string

The specified string to type.