Beispiel #1
0
 public CreateAdPage FillLoginForm(string email, string password)
 {
     UserEmail.SendKeys(email);
     UserPass.SendKeys(password);
     SubmitLogin.Click();
     return(new CreateAdPage());
 }
Beispiel #2
0
 public MailPage SetUserPass(string Password)
 {
     UserPass.SendKeys(Password);
     return(this);
 }