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

Method getAlertHandler

src/main/java/org/htmlunit/WebClient.java:863–865  ·  view source on GitHub ↗

Returns the alert handler for this webclient. @return the alert handler or null if one hasn't been set

()

Source from the content-addressed store, hash-verified

861 * @return the alert handler or null if one hasn't been set
862 */
863 public AlertHandler getAlertHandler() {
864 return alertHandler_;
865 }
866
867 /**
868 * Sets the handler that will be executed when the JavaScript method Window.confirm() is called.

Callers 1

alertMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected