Beispiel #1
0
 ///<summary>
 /// Types into the named control.
 ///</summary>
 public void Type(string controlName, string newText)
 {
     TextBoxTester textBox = new TextBoxTester(controlName, targetForm.Properties);
     textBox.Enter(newText);
 }