public void Navigate(string url) { _instance.GetDriver <IWebDriver>().Navigate().GoToUrl(url); WaitForPageToFinishLoading(); }