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

Method getWebConsole

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

Returns the WebConsole. @return the web console

()

Source from the content-addressed store, hash-verified

2012 * @return the web console
2013 */
2014 public WebConsole getWebConsole() {
2015 if (webConsole_ == null) {
2016 webConsole_ = new WebConsole();
2017 }
2018 return webConsole_;
2019 }
2020
2021 /**
2022 * Gets the current AJAX controller.

Callers 5

logMethod · 0.80
fromWorkerMethod · 0.80
dumpMethod · 0.80
configureRhinoMethod · 0.80
dumpMethod · 0.80

Calls

no outgoing calls

Tested by 3

logMethod · 0.64
fromWorkerMethod · 0.64
dumpMethod · 0.64