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

Method getConfirmHandler

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

Returns the confirm handler. @return the confirm handler or null if one hasn't been set

()

Source from the content-addressed store, hash-verified

877 * @return the confirm handler or null if one hasn't been set
878 */
879 public ConfirmHandler getConfirmHandler() {
880 return confirmHandler_;
881 }
882
883 /**
884 * Sets the handler that will be executed when the JavaScript method Window.prompt() is called.

Callers 1

confirmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected