Exemplo n.º 1
0
 public void SixthTest()
 {
     driver.Navigate().GoToUrl("https://www.pulse.datamatics.com/");
     ReportLog.AssertIsTrue(driver.Url.Contains("google"), "we are sucessfully navigated to Google home page");
     driver.Close();
 }