TestInput Method
Supplies a character of input to the running XJEase code, allowing interaction with XJEase.
Type: Runner
Namespace: XJTAG.Integration.XJRunner
Syntax
public void TestInput(char typedChar)
Parameters
- typedChar
Type: char
The character to input.
Exceptions
- RuntimeException
There was an error sending the keystroke to XJEase.
- System.ObjectDisposedException
The Runner has already been disposed.
Remarks
Some XJEase functions can require user input to be supplied. The TestInput method allows keystrokes to be passed to such XJEase functions.
XJTAG v4.2.5
