HtmlUnit Get Title of HtmlAnchor -


i don't see method in documentation, http://htmlunit.sourceforge.net/apidocs/com/gargoylesoftware/htmlunit/html/htmlanchor.html

is there way title attribute htmlanchor?

i found wanted shortly after posting question (through trial , error):

anchor.getattribute("title") 

Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -