diff --git a/index.html b/index.html index 88179a51..96c8a04a 100644 --- a/index.html +++ b/index.html @@ -10270,6 +10270,12 @@
If session's current browsing context + is no longer open, return error with error code + no such window. + +
Try to handle any user prompts with session. +
Let input state be the result of get the input
state with session
and session's current top-level browsing
@@ -10284,13 +10290,6 @@ Perform Actions
to extract an action sequence with input state,
parameters, and actions options.
-
If session's current browsing context - is no longer open, return error with error - code no such window. - -
Try to handle any user prompts - with session. -
Dispatch actions with input state, actions by tick, current browsing context, and actions options. If this results in an error @@ -10331,6 +10330,8 @@
Try to handle any user prompts with session. +
Let input state be the result of get the input state with session and current top-level browsing context.