i am trying to get the link from \"a href\" attribute
C#
element.GetAttribute("attribute name");
Ruby
element.attribute("attribute name")
Python
element.get_attribute("attribute name")
Java
element.getAttribute("attribute name")