Beispiel #1
0
 public void GivenIAmOnTheGooglePage(string profile, string environment)
 {
     _driver = _bsDriver.Init(profile, environment);
     _driver.Navigate().GoToUrl("https://www.google.com/ncr");
 }
Beispiel #2
0
 public void GivenIOpenedHealthCheck(string profile, string environment)
 {
     _driver = _bsDriver.Init(profile, environment);
     _driver.Navigate().GoToUrl("http://bs-local.com:45691/check");
 }