Uses of Interface
org.htmlunit.AppletConfirmHandler
-
Packages that use AppletConfirmHandler Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of AppletConfirmHandler in org.htmlunit
Methods in org.htmlunit that return AppletConfirmHandler Modifier and Type Method Description AppletConfirmHandler
WebClient. getAppletConfirmHandler()
Returns the current applet confirm handler.Methods in org.htmlunit with parameters of type AppletConfirmHandler Modifier and Type Method Description void
WebClient. setAppletConfirmHandler(AppletConfirmHandler handler)
Sets the applet confirm handler.
-