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