Esempio n. 1
0
 public void  SendKeys(string text)
 {
     element.SendKeys(text);
 }