OpenQA.Selenium.ElementSelectingTest.ShouldNotBeAbleToToggleADisabledRadioButtonDisabledWithRandomString C# (CSharp) Method

ShouldNotBeAbleToToggleADisabledRadioButtonDisabledWithRandomString() private method

        public void ShouldNotBeAbleToToggleADisabledRadioButtonDisabledWithRandomString()
        {
            driver.Url = formsPage;
            AssertCannotToggle(this.RandomlyDisabledUnselectedRadioButton);
        }