Interface ITextScreen
A terminal emulator screen that uses text-only HLLAPI or does not support HLLAPI.
Inherited Members
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. |