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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -