Skip to content

Commit de3aadf

Browse files
JohnChen0andreastt
authored andcommitted
element send keys: fix <input type=file> condition (#1376)
1 parent d1769ca commit de3aadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5715,7 +5715,7 @@ <h4><dfn>Element Send Keys</dfn></h4>
57155715

57165716
<li><p>Run the substeps of the first matching condition:
57175717
<dl class="switch">
5718-
<dt><var>file</var> is false.
5718+
<dt><var>file</var> is true.
57195719
<dd>
57205720
<ol>
57215721
<li><p>Let <var>files</var> be the result of splitting <var>text</var>

0 commit comments

Comments
 (0)