Esempio n. 1
0
 public BooksSpec(ITestOutputHelper output)
 {
     _driver = WebDriverWrapper.Open(output);
 }
Esempio n. 2
0
 public UserLoginSpec(ITestOutputHelper output)
 {
     _driver = WebDriverWrapper.Open(output);
 }