Esempio n. 1
0
 public void ReturnToHomepage()
 {
     Google.SearchForItem("selenium automation");
     Google.GoToHomePage();
     Assert.IsFalse(Browser.WaitUntil(() => Harness.SearchResultsDiv.Displayed),
                    "Search results displayed when they were not expected");
 }