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

ShouldFindGrandChildren() private méthode

private ShouldFindGrandChildren ( ) : void
Résultat void
        public void ShouldFindGrandChildren()
        {
            driver.Url = formsPage;
            IWebElement form = driver.FindElement(By.Id("nested_form"));
            form.FindElement(By.Name("x"));
        }
ElementFindingTest