Skip to content

Commit ec309ef

Browse files
committed
Element Click: no need to check enabled state
It's completely legit to click on an element that is not enabled. Pointless, but still acceptable. The existing Selenium implementations (based on the atoms) do not bother with checking this state, so it seems unnecessary for implementations of this spec to do so.
1 parent b649090 commit ec309ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webdriver-spec.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5229,8 +5229,6 @@ <h3>Element Click</h3>
52295229
is <a>obscured</a> by another <a>element</a>,
52305230
return <a>error</a> with <a>error code</a> <a>element click intercepted</a>.
52315231

5232-
<li><p class=issue>Check if element is enabled.
5233-
52345232
<li><p>Matching on <var>element</var>:
52355233

52365234
<dl class=switch>

0 commit comments

Comments
 (0)