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

Describe() private static méthode

private static Describe ( IWebElement element ) : string
element IWebElement
Résultat string
        private static string Describe(IWebElement element)
        {
            return element.GetAttribute("id");
        }