File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1781,7 +1781,7 @@ This is a [=static command=].
1781
1781
setWindowRect: bool,
1782
1782
userAgent: text,
1783
1783
? proxy: session.ProxyConfiguration,
1784
- ? unahandledPromptBehavior : session.UserPromptHandler,
1784
+ ? unhandledPromptBehavior : session.UserPromptHandler,
1785
1785
? webSocketUrl: text,
1786
1786
Extensible
1787
1787
}
@@ -2658,15 +2658,15 @@ browsingContext.ReadinessState = "none" / "interactive" / "complete"
2658
2658
The <code> browsingContext.ReadinessState</code> type represents the stage of
2659
2659
document loading at which a navigation command will return.
2660
2660
2661
- #### The browsingContext.UserPrompt Type #### {#type-browsingContext-UserPrompt }
2661
+ #### The browsingContext.UserPromptType Type #### {#type-browsingContext-UserPromptType }
2662
2662
2663
2663
[=Remote end definition=] and [=local end definition=]
2664
2664
2665
2665
<pre class="cddl remote-cddl local-cddl">
2666
- browsingContext.UserPromptType = "alert" / "confirm " / "prompt " / "beforeunload ";
2666
+ browsingContext.UserPromptType = "alert" / "beforeunload " / "confirm " / "prompt ";
2667
2667
</pre>
2668
2668
2669
- The <code> browsingContext.UserPrompt </code> type represents the possible user
2669
+ The <code> browsingContext.UserPromptType </code> type represents the possible user
2670
2670
prompt types.
2671
2671
2672
2672
### Commands ### {#module-browsingContext-commands}
You can’t perform that action at this time.
0 commit comments