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

Method getOldPage

src/main/java/org/htmlunit/WebWindowEvent.java:104–106  ·  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

102 * @return the page or null if the window has no page
103 */
104 public Page getOldPage() {
105 return oldPage_;
106 }
107
108 /**
109 * Returns the oldPage.

Callers 6

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