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