Interface ITextScreen
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
SendKeys(string)
Types the specified string at the current location of the cursor.
void SendKeys(string keys)
Parameters
keysstringThe specified string to type.