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