OpenQA.Selenium.FrameSwitchingTest.ShouldThrowFrameNotFoundExceptionLookingUpSubFramesWithSuperFrameNames C# (CSharp) Method

ShouldThrowFrameNotFoundExceptionLookingUpSubFramesWithSuperFrameNames() private method

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