Skip to content

Commit

Permalink
handling errors: drop element not selectable
Browse files Browse the repository at this point in the history
The element not selectable error is not used in any commands.
  • Loading branch information
andreastt authored and shs96c committed Apr 9, 2018
1 parent 582ae36 commit 64c32f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webdriver-spec.html
Expand Up @@ -1620,13 +1620,6 @@ <h3>Handling Errors</h3>
is <a>obscuring</a> the element that was requested clicked.
</tr>

<tr>
<td><dfn>element not selectable</dfn>
<td>400
<td><code>element not selectable</code>
<td>An attempt was made to select an element that cannot be selected.
</tr>

<tr>
<td><dfn>element not interactable</dfn>
<td>400
Expand Down

0 comments on commit 64c32f0

Please sign in to comment.