Exemplo n.º 1
0
 public void EnterStreetAddress(string street)
 {
     StreetAddress.Clear();
     StreetAddress.SendKeys(street);
 }