We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280b6e5 commit a333255Copy full SHA for a333255
1 file changed
src/main/java/org/htmlunit/WebWindow.java
@@ -76,7 +76,20 @@ public interface WebWindow extends Serializable {
76
*/
77
WebWindow getTopWindow();
78
79
+ /**
80
+ * Returns the top-level scope associated with this window, used for
81
+ * JavaScript execution context.
82
+ *
83
+ * @return the top-level scope for this window
84
+ */
85
TopLevel getTopLevelScope();
86
+
87
88
+ * Sets the top-level scope associated with this window, used for
89
90
91
+ * @param topLevelScope the top-level scope to associate with this window
92
93
void setTopLevelScope(TopLevel topLevelScope);
94
95
/**
0 commit comments