Beispiel #1
0
 public static void EnterPassword(string password)
 {
     Browser.driver.FindElement(By.Name("Authentication.Password")).SendKeys(password);
     Footer.ClickContinue();
 }
Beispiel #2
0
 public static void EnterEmail(string email)
 {
     Browser.driver.FindElement(By.Name("Identity.EmailAddress")).SendKeys(email);
     Footer.ClickContinue();
 }