OpenQA.Selenium.FrameSwitchingTest.ShouldThrowFrameNotFoundExceptionLookingUpSubFramesWithSuperFrameNames C# (CSharp) Метод

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

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