diff --git a/index.html b/index.html index 95526de6..626f97d4 100644 --- a/index.html +++ b/index.html @@ -9120,18 +9120,16 @@
To dispatch actions given input -state, actions by tick, browsing -context, and actions options: +
To wait for an action queue token given input state:
Let token be a new unique identifier.
Enqueue token in input state's actions - queue. + queue.
Wait for token to be the first item - in input state's actions queue. + in input state's actions queue. +
To dispatch actions given input +state, actions by tick, browsing +context, and actions options: + +
Call wait for an action queue token with input state. +
Let actions result be the result of dispatch - actions inner with input state, actions by - tick, browsing context, and actions options. + actions inner with input state, actions by + tick, browsing context, and actions options.
Dequeue input state's actions queue. -
Assert: this returns token +
Assert: this returns token
Return actions result.
Let input state be the result of get the - input state with session and current - top-level browsing context. + input state with session and current + top-level browsing context.
Let actions options be a new actions options with the is element origin steps set to represents a web element, and the get element origin steps set to get a WebElement origin. +
Call wait for an action queue token with input state. +
Let undo actions be input - state's input cancel list in reverse order. + state's input cancel list in reverse order. + +
Dispatch actions with input state, + undo actions, current browsing context, + and actions options. If this results in an error + return that error. -
Try to dispatch tick actions with arguments
- undo
- actions, 0
,session's current
- browsing context, and actions options.
+
Dequeue input state's actions queue. +
Assert: this returns token
Reset the input state with session - and session's current top-level browsing - context. + and session's current top-level browsing + context.