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? -

ruby - How do I merge two hashes into a hash of arrays? -