public void TryAccessWithoutCreds() { this.WebDriver.Navigate().GoToUrl(Config.GetValue("BaseUrl")); HomePageModel model = new HomePageModel(this.WebDriver); Assert.IsFalse(model.IsOnPage(), "Page should not have loaded"); }