Package org.htmlunit
Interface ConfirmHandler
- All Superinterfaces:
Serializable
A handler for the JavaScript function
window.confirm()
. Confirms
are triggered when the JavaScript function window.confirm()
is invoked.-
Method Summary
Modifier and TypeMethodDescriptionboolean
handleConfirm
(Page page, String message) Handles a confirm for the specified page.