Example #1
0
 public ContactHelper UpdateContactForm(ContactData contact)
 {
     type(By.Name("firstname"), contact.Firstname);
     type(By.Name("lastname"), contact.Lastname);
     return(this);
 }