public BooksSpec(ITestOutputHelper output) { _driver = WebDriverWrapper.Open(output); }
public UserLoginSpec(ITestOutputHelper output) { _driver = WebDriverWrapper.Open(output); }