Table of Contents

Interface ITextScreen

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

Namespace: HP.LFT.SDK.TE
Assembly: HP.LFT.SDK.dll
Syntax
public interface ITextScreen : ITestObject, ITestObjectDescriber, IScreenBase, IClickable

Methods

Click(Position)

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

Declaration
void Click(Position position)
Parameters
Type Name Description
Position position

The Position on the emulator screen.

SendKeys(string)

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

Declaration
void SendKeys(string keys)
Parameters
Type Name Description
string keys

The specified string to type.

Extension Methods

TestObjectExtensions.WaitUntilExists<T>(T)
TestObjectExtensions.WaitUntilExists<T>(T, int)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>)
TestObjectExtensions.WaitUntil<T>(T, Func<T, bool>, int)