OpenQA.Selenium.FrameSwitchingTest.ShouldAlwaysFocusOnTheTopMostFrameAfterANavigationEvent C# (CSharp) Méthode

ShouldAlwaysFocusOnTheTopMostFrameAfterANavigationEvent() private méthode

        public void ShouldAlwaysFocusOnTheTopMostFrameAfterANavigationEvent()
        {
            driver.Url = framesetPage;
            IWebElement element = driver.FindElement(By.TagName("frameset"));
            Assert.IsNotNull(element);
        }
FrameSwitchingTest