Skip to content

Throw specific exception if element is not clickable #1704

@ghost

Description

The exception introduced with #1202 that is thrown when an element is not clickable unfortunately is a WebDriverException. It would be great if it could be a subtype of WebDriverException (or e.g. even a subtype of InvalidElementStateException.
In cases where you want to handle those errors you don't want to catch all WebDriverExceptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-javaJava BindingsI-enhancementSomething could be better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions