Exemplo n.º 1
0
 public void GivenIAmOnTheGooglePageForParallelAndChrome(string profile, string environment)
 {
     _driver = _tbDriver.Init(profile, environment, "https://www.google.com/ncr");
     _driver.Navigate().GoToUrl("https://www.google.com/ncr");
 }