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

Describe() private static method

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