Uses of Interface
com.gargoylesoftware.htmlunit.ConfirmHandler
-
Packages that use ConfirmHandler Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of ConfirmHandler in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return ConfirmHandler Modifier and Type Method Description ConfirmHandlerWebClient. getConfirmHandler()Returns the confirm handler.Methods in com.gargoylesoftware.htmlunit with parameters of type ConfirmHandler Modifier and Type Method Description voidWebClient. setConfirmHandler(ConfirmHandler handler)Sets the handler that will be executed when the JavaScript method Window.confirm() is called.
-