OpenQA.Selenium.ElementFindingTest.ShouldNotFindElementsByClassWhenTheNameQueriedIsShorterThanCandidateName C# (CSharp) Méthode

ShouldNotFindElementsByClassWhenTheNameQueriedIsShorterThanCandidateName() private méthode

        public void ShouldNotFindElementsByClassWhenTheNameQueriedIsShorterThanCandidateName()
        {
            driver.Url = xhtmlTestPage;

            driver.FindElement(By.ClassName("nameB"));
        }
ElementFindingTest