OpenQA.Selenium.NavigationTest.ShouldNotHaveProblemNavigatingWithNoPagesBrowsed C# (CSharp) Method

ShouldNotHaveProblemNavigatingWithNoPagesBrowsed() private method

private ShouldNotHaveProblemNavigatingWithNoPagesBrowsed ( ) : void
return void
        public void ShouldNotHaveProblemNavigatingWithNoPagesBrowsed()
        {
            CreateFreshDriver();
            INavigation navigation;
            navigation = driver.Navigate();
            navigation.Back();
            navigation.Forward();
        }