Esempio n. 1
0
 public GroupCreateWindow AddExpert(String value)
 {
     AddExpertButton.Click();
     ExpertInputField.SendKeys(value);
     AcceptInputExpertButton.Click();
     return(this);
 }
Esempio n. 2
0
 public GroupCreateWindow SetExpertName(String value)
 {
     ExpertInputField.SendKeys(value);
     return(this);
 }