Ejemplo n.º 1
0
 public RegisterSteps()
 {
     driver  = new ChromeDriver();
     wait    = new WaitToLoadPage();
     baseUrl = "http://automationpractice.com/index.php?controller=authentication&back=my-account";
 }
Ejemplo n.º 2
0
 public SignInSteps()
 {
     driver = new ChromeDriver();
     wait   = new WaitToLoadPage();
 }