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