File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3146,6 +3146,8 @@ The [=remote end steps=] with |command parameters| are:
3146
3146
3147
3147
1. [=Close=] |context|.
3148
3148
3149
+ 1. Return [=success=] with data null.
3150
+
3149
3151
Issue(w3c/webdriver-bidi#170): There is an open discussion about the behavior
3150
3152
when closing the last [=top-level browsing context=] . We could expect to close
3151
3153
the browser, close the session or leave this up to the implementation.
@@ -3601,6 +3603,12 @@ browsing context.
3601
3603
}
3602
3604
</pre>
3603
3605
</dd>
3606
+ <dt> Return Type</dt>
3607
+ <dd>
3608
+ <pre class="cddl">
3609
+ EmptyResult
3610
+ </pre>
3611
+ </dd>
3604
3612
</dl>
3605
3613
3606
3614
<div algorithm="remote end steps for browsingContext.reload">
@@ -3630,6 +3638,8 @@ The [=remote end steps=] with |command parameters| are:
3630
3638
condition|, history handling "<code> reload</code> ", and ignore
3631
3639
cache |ignore cache|.
3632
3640
3641
+ 1. Return [=success=] with data null.
3642
+
3633
3643
</div>
3634
3644
3635
3645
@@ -4808,6 +4818,12 @@ other handles or strong ECMAScript references.
4808
4818
}
4809
4819
</pre>
4810
4820
</dd>
4821
+ <dt> Return Type</dt>
4822
+ <dd>
4823
+ <pre class="cddl">
4824
+ EmptyResult
4825
+ </pre>
4826
+ </dd>
4811
4827
</dl>
4812
4828
4813
4829
<div algorithm="remote end steps for script.disown">
@@ -4824,6 +4840,8 @@ The [=remote end steps=] with |command parameters| are:
4824
4840
4825
4841
1. If |handle map| contains |handle id|, remove |handle id| from the |handle map|.
4826
4842
4843
+ 1. Return [=success=] with data null.
4844
+
4827
4845
</div>
4828
4846
4829
4847
#### The script.callFunction Command #### {#command-script-callFunction}
You can’t perform that action at this time.
0 commit comments