Uses of Interface
com.gargoylesoftware.htmlunit.AlertHandler
-
Packages that use AlertHandler Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of AlertHandler in com.gargoylesoftware.htmlunit
Classes in com.gargoylesoftware.htmlunit that implement AlertHandler Modifier and Type Class Description classCollectingAlertHandlerA simple alert handler that keeps track of alerts in a list.Methods in com.gargoylesoftware.htmlunit that return AlertHandler Modifier and Type Method Description AlertHandlerWebClient. getAlertHandler()Returns the alert handler for this webclient.Methods in com.gargoylesoftware.htmlunit with parameters of type AlertHandler Modifier and Type Method Description voidWebClient. setAlertHandler(AlertHandler alertHandler)Sets the alert handler for this webclient.
-