You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to use `Element Send Keys` to
set the value of INPUT elements that are rendered
as something other than a text control. We do this
by allowing users to send form-serialized values to
the element and setting the value directly.
<!-- Traverse the history by a delta --><li><dfn><ahref=https://html.spec.whatwg.org/#traverse-the-history-by-a-delta>Traverse the history by a delta</a></dfn>
@@ -5621,7 +5624,7 @@ <h3>Element Send Keys</h3>
5621
5624
<li><p>If <var>text</var> is not a string, return an <a>error</a>
5622
5625
with <a>error code</a><a>invalid argument</a>.
5623
5626
5624
-
<li><p>If <var>element</var> is not the <a>active element</a>, run
5627
+
<li><p>If <var>element</var> is not the <a>active element</a> run
5625
5628
the <a>focusing steps</a> for the <var>element</var>.
5626
5629
5627
5630
<li><p>If <var>element</var> is an <a><code>input</code> element</a> whose
0 commit comments