Skip to content

Commit

Permalink
Fix "browser.setClientWindowRect" references to "browser.setClientWin…
Browse files Browse the repository at this point in the history
…dowState"

SHA: bae0807
Reason: push, by jgraham

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
whimboo and github-actions[bot] committed Sep 19, 2024
1 parent cc21ea6 commit fe22ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
<meta content="d62006524124adeaf8bd0b45a5a4e63d4396ee70" name="document-revision">
<meta content="bae0807af938757b2ee7479b5061073a5d0c5d93" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -2783,7 +2783,7 @@ <h5 class="heading settled" data-level="7.2.4.5" id="command-browser-removeUserC
</ol>
</div>
<h5 class="heading settled" data-level="7.2.4.6" id="command-browser-setClientWindowState"><span class="secno">7.2.4.6. </span><span class="content">The browser.setClientWindowState Command</span><a class="self-link" href="#command-browser-setClientWindowState"></a></h5>
<p>The <dfn data-dfn-for="commands" data-dfn-type="dfn" data-export id="commands-browsersetclientwindowrect">browser.setClientWindowRect<a class="self-link" href="#commands-browsersetclientwindowrect"></a></dfn> command sets the
<p>The <dfn data-dfn-for="commands" data-dfn-type="dfn" data-export id="commands-browsersetclientwindowstate">browser.setClientWindowState<a class="self-link" href="#commands-browsersetclientwindowstate"></a></dfn> command sets the
dimensions of a <a data-link-type="dfn" href="#client-window" id="ref-for-client-window①③">client window</a>.</p>
<dl>
<dt>Command Type
Expand Down Expand Up @@ -2815,7 +2815,7 @@ <h5 class="heading settled" data-level="7.2.4.6" id="command-browser-setClientWi
<pre class="cddl">browsingContext.ClientWindowInfo
</pre>
</dl>
<div class="algorithm" data-algorithm="remote end steps for browser.setClientWindowRect">
<div class="algorithm" data-algorithm="remote end steps for browser.setClientWindowState">
<p>The <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-remote-end-steps" id="ref-for-dfn-remote-end-steps①②">remote end steps</a> with <var>session</var> and <var>command parameters</var> are:</p>
<ol>
<li data-md>
Expand Down Expand Up @@ -10522,7 +10522,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-here"><span class="c
<li><a href="#commands-browsergetclientwindows">browser.getClientWindows</a><span>, in § 7.2.4.3</span>
<li><a href="#commands-browsergetusercontexts">browser.getUserContexts</a><span>, in § 7.2.4.4</span>
<li><a href="#commands-browserremoveusercontext">browser.removeUserContext</a><span>, in § 7.2.4.5</span>
<li><a href="#commands-browsersetclientwindowrect">browser.setClientWindowRect</a><span>, in § 7.2.4.6</span>
<li><a href="#commands-browsersetclientwindowstate">browser.setClientWindowState</a><span>, in § 7.2.4.6</span>
<li><a href="#modules-browsingcontext">browsingContext</a><span>, in § 7.3</span>
<li><a href="#commands-browsingcontextactivate">browsingContext.activate</a><span>, in § 7.3.3.1</span>
<li><a href="#commands-browsingcontextcapturescreenshot">browsingContext.captureScreenshot</a><span>, in § 7.3.3.2</span>
Expand Down

0 comments on commit fe22ad0

Please sign in to comment.