Initializes the KeyboardController, blocks user input, and sets the focus on the specified control.
Initializes the KeyboardController, blocks user input, and sets the focus on the specified control.
public void UseOn(ControlTester);
Overloaded. Allows you to specify the control by name.
public void UseOn(string);
Overloaded. Allows you to specify the control by name and qualified by a form name.
public void UseOn(string,string);
Overloaded. Allows you to specify the control by name and qualified by a form instance. This should be obsolete soon. Do not use it unless necessary.
public void UseOn(string,Form);
KeyboardController Class | NUnit.Extensions.Forms Namespace