Skip to content

Commit

Permalink
add missing brace [deploy site] dc8a194
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed Oct 13, 2023
1 parent 44861aa commit be9b4fb
Show file tree
Hide file tree
Showing 29 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions documentation/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3248,7 +3248,7 @@
</span></span><span style=display:flex><span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>quit</span><span style=color:#000;font-weight:700>()</span>
</span></span><span style=display:flex><span> <span style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> </span></span></code></pre></div></div></div></div><div class=td-content style=page-break-before:always><h1 id=pg-fb14e71e8a9627b07e76fae74adf4f7a>2.5.4 - Interacting with web elements</h1><div class=lead>A high-level instruction set for manipulating form controls.</div><p>There are only 5 basic commands that can be executed on an element:</p><ul><li><a href=https://w3c.github.io/webdriver/#element-click>click</a> (applies to any element)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>send keys</a> (only applies to text fields and content editable elements)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>clear</a> (only applies to text fields and content editable elements)</li><li>submit (only applies to form elements)</li><li>select (see <a href=/documentation/webdriver/support_features/select_lists/>Select List Elements</a></li></ul><h2 id=additional-validations>Additional validations</h2><p>These methods are designed to closely emulate a user&rsquo;s experience, so,
</span></span><span style=display:flex><span> </span></span></code></pre></div></div></div></div><div class=td-content style=page-break-before:always><h1 id=pg-fb14e71e8a9627b07e76fae74adf4f7a>2.5.4 - Interacting with web elements</h1><div class=lead>A high-level instruction set for manipulating form controls.</div><p>There are only 5 basic commands that can be executed on an element:</p><ul><li><a href=https://w3c.github.io/webdriver/#element-click>click</a> (applies to any element)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>send keys</a> (only applies to text fields and content editable elements)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>clear</a> (only applies to text fields and content editable elements)</li><li>submit (only applies to form elements)</li><li>select (see <a href=/documentation/webdriver/support_features/select_lists/>Select List Elements</a>)</li></ul><h2 id=additional-validations>Additional validations</h2><p>These methods are designed to closely emulate a user&rsquo;s experience, so,
unlike the <a href=/documentation/webdriver/actions_api/>Actions API</a>, it attempts to perform two things
before attempting the specified action.</p><ol><li>If it determines the element is outside the viewport, it
<a href=https://w3c.github.io/webdriver/#dfn-scrolls-into-view>scrolls the element into view</a>, specifically
Expand Down Expand Up @@ -13988,7 +13988,7 @@
<label><a href=https://github.com/diemol>@diemol</a></label>
<span class=contributions>681 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/12621691?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/harsha509>@harsha509</a></label>
<span class=contributions>625 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3331063?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<span class=contributions>627 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3331063?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/selenium-ci>@selenium-ci</a></label>
<span class=contributions>323 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/777185?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/titusfortner>@titusfortner</a></label>
Expand Down
2 changes: 1 addition & 1 deletion documentation/about/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
<label><a href=https://github.com/diemol>@diemol</a></label>
<span class=contributions>681 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/12621691?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/harsha509>@harsha509</a></label>
<span class=contributions>625 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3331063?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<span class=contributions>627 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3331063?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/selenium-ci>@selenium-ci</a></label>
<span class=contributions>323 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/777185?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/titusfortner>@titusfortner</a></label>
Expand Down
2 changes: 1 addition & 1 deletion documentation/about/copyright/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
<label><a href=https://github.com/diemol>@diemol</a></label>
<span class=contributions>681 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/12621691?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/harsha509>@harsha509</a></label>
<span class=contributions>625 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3331063?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<span class=contributions>627 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/3331063?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/selenium-ci>@selenium-ci</a></label>
<span class=contributions>323 commits</span></div><div style=padding:10px><img src="https://avatars.githubusercontent.com/u/777185?v=4" class=inline width=100 height=100 style=height:100px;height:100px;margin-bottom:.25em;vertical-align:middle>
<label><a href=https://github.com/titusfortner>@titusfortner</a></label>
Expand Down
2 changes: 1 addition & 1 deletion documentation/webdriver/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3054,7 +3054,7 @@
</span></span><span style=display:flex><span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>quit</span><span style=color:#000;font-weight:700>()</span>
</span></span><span style=display:flex><span> <span style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> </span></span></code></pre></div></div></div></div><div class=td-content style=page-break-before:always><h1 id=pg-fb14e71e8a9627b07e76fae74adf4f7a>5.4 - Interacting with web elements</h1><div class=lead>A high-level instruction set for manipulating form controls.</div><p>There are only 5 basic commands that can be executed on an element:</p><ul><li><a href=https://w3c.github.io/webdriver/#element-click>click</a> (applies to any element)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>send keys</a> (only applies to text fields and content editable elements)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>clear</a> (only applies to text fields and content editable elements)</li><li>submit (only applies to form elements)</li><li>select (see <a href=/documentation/webdriver/support_features/select_lists/>Select List Elements</a></li></ul><h2 id=additional-validations>Additional validations</h2><p>These methods are designed to closely emulate a user&rsquo;s experience, so,
</span></span><span style=display:flex><span> </span></span></code></pre></div></div></div></div><div class=td-content style=page-break-before:always><h1 id=pg-fb14e71e8a9627b07e76fae74adf4f7a>5.4 - Interacting with web elements</h1><div class=lead>A high-level instruction set for manipulating form controls.</div><p>There are only 5 basic commands that can be executed on an element:</p><ul><li><a href=https://w3c.github.io/webdriver/#element-click>click</a> (applies to any element)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>send keys</a> (only applies to text fields and content editable elements)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>clear</a> (only applies to text fields and content editable elements)</li><li>submit (only applies to form elements)</li><li>select (see <a href=/documentation/webdriver/support_features/select_lists/>Select List Elements</a>)</li></ul><h2 id=additional-validations>Additional validations</h2><p>These methods are designed to closely emulate a user&rsquo;s experience, so,
unlike the <a href=/documentation/webdriver/actions_api/>Actions API</a>, it attempts to perform two things
before attempting the specified action.</p><ol><li>If it determines the element is outside the viewport, it
<a href=https://w3c.github.io/webdriver/#dfn-scrolls-into-view>scrolls the element into view</a>, specifically
Expand Down
2 changes: 1 addition & 1 deletion documentation/webdriver/elements/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@
</span></span><span style=display:flex><span> <span style=color:#000>driver</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>quit</span><span style=color:#000;font-weight:700>()</span>
</span></span><span style=display:flex><span> <span style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> </span></span></code></pre></div></div></div></div><div class=td-content style=page-break-before:always><h1 id=pg-fb14e71e8a9627b07e76fae74adf4f7a>4 - Interacting with web elements</h1><div class=lead>A high-level instruction set for manipulating form controls.</div><p>There are only 5 basic commands that can be executed on an element:</p><ul><li><a href=https://w3c.github.io/webdriver/#element-click>click</a> (applies to any element)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>send keys</a> (only applies to text fields and content editable elements)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>clear</a> (only applies to text fields and content editable elements)</li><li>submit (only applies to form elements)</li><li>select (see <a href=/documentation/webdriver/support_features/select_lists/>Select List Elements</a></li></ul><h2 id=additional-validations>Additional validations</h2><p>These methods are designed to closely emulate a user&rsquo;s experience, so,
</span></span><span style=display:flex><span> </span></span></code></pre></div></div></div></div><div class=td-content style=page-break-before:always><h1 id=pg-fb14e71e8a9627b07e76fae74adf4f7a>4 - Interacting with web elements</h1><div class=lead>A high-level instruction set for manipulating form controls.</div><p>There are only 5 basic commands that can be executed on an element:</p><ul><li><a href=https://w3c.github.io/webdriver/#element-click>click</a> (applies to any element)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>send keys</a> (only applies to text fields and content editable elements)</li><li><a href=https://w3c.github.io/webdriver/#element-send-keys>clear</a> (only applies to text fields and content editable elements)</li><li>submit (only applies to form elements)</li><li>select (see <a href=/documentation/webdriver/support_features/select_lists/>Select List Elements</a>)</li></ul><h2 id=additional-validations>Additional validations</h2><p>These methods are designed to closely emulate a user&rsquo;s experience, so,
unlike the <a href=/documentation/webdriver/actions_api/>Actions API</a>, it attempts to perform two things
before attempting the specified action.</p><ol><li>If it determines the element is outside the viewport, it
<a href=https://w3c.github.io/webdriver/#dfn-scrolls-into-view>scrolls the element into view</a>, specifically
Expand Down
Loading

0 comments on commit be9b4fb

Please sign in to comment.