Пример #1
0
 public RegisterSteps()
 {
     driver  = new ChromeDriver();
     wait    = new WaitToLoadPage();
     baseUrl = "http://automationpractice.com/index.php?controller=authentication&back=my-account";
 }
Пример #2
0
 public SignInSteps()
 {
     driver = new ChromeDriver();
     wait   = new WaitToLoadPage();
 }