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