Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlAnchor
-
Packages that use HtmlAnchor Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content.com.xceptance.xlt.api.util Provides various utility classes to make writing test cases easier. -
-
Uses of HtmlAnchor in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html that return HtmlAnchor Modifier and Type Method Description HtmlAnchorHtmlPage. getAnchorByHref(java.lang.String href)Returns theHtmlAnchorwith the specified href.HtmlAnchorHtmlPage. getAnchorByName(java.lang.String name)Returns theHtmlAnchorwith the specified name.HtmlAnchorHtmlPage. getAnchorByText(java.lang.String text)Returns the first anchor with the specified text.Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlAnchor Modifier and Type Method Description java.util.List<HtmlAnchor>HtmlPage. getAnchors()Returns a list of all anchors contained in this page. -
Uses of HtmlAnchor in com.xceptance.xlt.api.util
Methods in com.xceptance.xlt.api.util that return HtmlAnchor Modifier and Type Method Description static HtmlAnchorHtmlPageUtils. getAnchorWithText(HtmlPage page, java.lang.String anchorText)Returns the HTML anchor element with the passed anchor text.
-