Uses of Interface
org.htmlunit.AlertHandler
Packages that use AlertHandler
-
Uses of AlertHandler in org.htmlunit
Classes in org.htmlunit that implement AlertHandlerModifier and TypeClassDescriptionclass
A simple alert handler that keeps track of alerts in a list.Methods in org.htmlunit that return AlertHandlerModifier and TypeMethodDescriptionWebClient.getAlertHandler()
Returns the alert handler for this webclient.Methods in org.htmlunit with parameters of type AlertHandlerModifier and TypeMethodDescriptionvoid
WebClient.setAlertHandler
(AlertHandler alertHandler) Sets the alert handler for this webclient.