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

Method setOpener

src/main/java/org/htmlunit/TopLevelWindow.java:94–96  ·  view source on GitHub ↗

Sets the opener property. This is the WebWindow that caused this new window to be opened. @param opener the new opener

(final WebWindow opener)

Source from the content-addressed store, hash-verified

92 * @param opener the new opener
93 */
94 public void setOpener(final WebWindow opener) {
95 opener_ = opener;
96 }
97
98 /**
99 * Returns the opener property. This is the WebWindow that caused this new window to be opened.

Callers 1

openTargetWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected