Skip to content

Commit b649090

Browse files
committed
Scroll into view: do so instantly
Avoids a potential issue with low wait timeouts and smooth scrolling.
1 parent eea6d6b commit b649090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4112,7 +4112,7 @@ <h2>Elements</h2>
41124112
<dfn data-lt="scroll into view|scrolls into view">scrolled into view</dfn>
41134113
by calling <a>scrollIntoView</a>
41144114
with the <a><code>ScrollIntoViewOptions</code></a>
4115-
<code>{block: "end", inline: "nearest"}</code>.
4115+
<code>{behavior: "instant", block: "end", inline: "nearest"}</code>.
41164116

41174117
<p>An <a>element</a> is considered <dfn>editable</dfn>
41184118
if one or more of the following conditions are met:

0 commit comments

Comments
 (0)