File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2910,10 +2910,13 @@ The [=remote end steps=] with <var ignore>session</var> and |command parameters|
2910
2910
1. Let |navigable id| be the value of the <code> context</code> field of
2911
2911
|command parameters| if present, or null otherwise.
2912
2912
2913
- 1. If the implementation is unable to capture a screenshot of |navigable id| for any
2913
+ 1. Let |navigable| be the result of [=trying=] to [=get a navigable=]
2914
+ with |navigable id|.
2915
+
2916
+ 1. If the implementation is unable to capture a screenshot of |navigable| for any
2914
2917
reason then return [=error=] with [=error code=] [=unsupported operation=] .
2915
2918
2916
- 1. Let |document| be |navigable id |'s [=active document=] .
2919
+ 1. Let |document| be |navigable|'s [=active document=] .
2917
2920
2918
2921
1. Immediately after the next invocation of the [=run the animation frame
2919
2922
callbacks=] algorithm for |document|:
You can’t perform that action at this time.
0 commit comments