Uses of Interface
org.htmlunit.html.ElementFromPointHandler
-
Packages that use ElementFromPointHandler Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content. -
-
Uses of ElementFromPointHandler in org.htmlunit.html
Methods in org.htmlunit.html with parameters of type ElementFromPointHandler Modifier and Type Method Description void
HtmlPage. setElementFromPointHandler(ElementFromPointHandler elementFromPointHandler)
Sets theElementFromPointHandler
.
-