OpenQA.Selenium.NavigationTest.ShouldNotHaveProblemNavigatingWithNoPagesBrowsed C# (CSharp) Метод

ShouldNotHaveProblemNavigatingWithNoPagesBrowsed() приватный Метод

private ShouldNotHaveProblemNavigatingWithNoPagesBrowsed ( ) : void
Результат void
        public void ShouldNotHaveProblemNavigatingWithNoPagesBrowsed()
        {
            CreateFreshDriver();
            INavigation navigation;
            navigation = driver.Navigate();
            navigation.Back();
            navigation.Forward();
        }