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

Method getNewPage

src/main/java/org/htmlunit/WebWindowEvent.java:112–114  ·  view source on GitHub ↗

Returns the oldPage. @return the page or null if the window has no page

()

Source from the content-addressed store, hash-verified

110 * @return the page or null if the window has no page
111 */
112 public Page getNewPage() {
113 return newPage_;
114 }
115
116 /**
117 * Returns the web window that fired the event.

Callers 5

openWindowMethod · 0.95
equalsMethod · 0.95
toStringMethod · 0.95
closeTheOnlyWindowMethod · 0.80
logMethod · 0.80

Calls

no outgoing calls

Tested by 3

openWindowMethod · 0.76
closeTheOnlyWindowMethod · 0.64
logMethod · 0.64