MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / handleAlert

Method handleAlert

src/main/java/org/htmlunit/AlertHandler.java:34–34  ·  view source on GitHub ↗

Handle an alert for the given page. @param page the page on which the alert occurred @param message the message in the alert

(Page page, String message)

Source from the content-addressed store, hash-verified

32 * @param message the message in the alert
33 */
34 void handleAlert(Page page, String message);
35}

Callers 1

alertMethod · 0.95

Implementers 1

CollectingAlertHandlersrc/main/java/org/htmlunit/CollectingA

Calls

no outgoing calls

Tested by

no test coverage detected