public void FollowLink() { Google.Open(); Google.Search("selenide"); Google.FollowLink(0); wait.Until(UrlToBe("http://selenide.org/")); }