Ejemplo n.º 1
0
 public static CreateCommand CreateNewAccount()
 {
     Driver.CheckLocation(PageTypes.Login);
     CreateAccountLink.Click();
     return(new CreateCommand());
 }
Ejemplo n.º 2
0
 public static void CreateNewAccount()
 {
     CreateAccountLink.Click();
 }