Serenity.WebElementExtensions.Href C# (CSharp) Method

Href() public static method

public static Href ( this element ) : string
element this
return string
        public static string Href(this IWebElement element)
        {
            return element.GetAttribute("href");
        }