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