OpenQA.Selenium.ElementSelectingTest.ShouldNotBeAbleToToggleADisabledRadioButtonDisabledWithRandomString C# (CSharp) Méthode

ShouldNotBeAbleToToggleADisabledRadioButtonDisabledWithRandomString() private méthode

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