MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getOptions

Method getOptions

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

Returns the options object of this WebClient. @return the options object

()

Source from the content-addressed store, hash-verified

2873 * @return the options object
2874 */
2875 public WebClientOptions getOptions() {
2876 return options_;
2877 }
2878
2879 /**
2880 * Gets the holder for the different storages.

Calls

no outgoing calls