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

ShouldThrowFrameNotFoundExceptionLookingUpSubFramesWithSuperFrameNames() private méthode

        public void ShouldThrowFrameNotFoundExceptionLookingUpSubFramesWithSuperFrameNames()
        {
            driver.Url = framesetPage;
            driver.SwitchTo().Frame("fourth");
            driver.SwitchTo().Frame("second");
        }
FrameSwitchingTest