Example #1
0
 public ChromeService(IOptionsSnapshot <ChromeDriverConfiguration> chromeDriverOptions)
 {
     _chromeDriverConfiguration = chromeDriverOptions.Value;
 }
 public void BeforeWebDriverSetupSetps()
 {
     this.chromeOptions       = ChromeDriverConfiguration.GetChromeOptions();
     this.chromeDriverService = ChromeDriverConfiguration.GetChromeDriverService();
 }