Esempio n. 1
0
 public void EnterPostCodeAddress()
 {
     entermaually.Click();
     address1.SendKeys("17");
     address2.SendKeys("southmere");
     address3.SendKeys("drive");
     town.SendKeys("London");
     County.SendKeys("Greenwich");
     postcode.SendKeys("SE2 9AF");
 }