Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
Modifier and Type | Method and Description |
---|---|
HtmlAnchor |
HtmlPage.getAnchorByHref(String href)
Return the
HtmlAnchor with the specified href |
HtmlAnchor |
HtmlPage.getAnchorByName(String name)
Return the HtmlAnchor with the specified name
|
HtmlAnchor |
HtmlPage.getFirstAnchorByText(String text)
Return the first anchor that contains the specified text.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.