Skip to content

How to click overlay element? #353

Closed
@0xuhe

Description

@0xuhe

I have an element with the attribute: ' position: fixed '.
so the dusk will fail for this element is not clickable at point (333, 333), the element under this fixed element will be click.

I try use mouseover(element), but how to click at current mouse point. click() method need pass selector.

Activity

lsfiege

lsfiege commented on Sep 6, 2017

@lsfiege

I have the same trouble here, but with an element with static position, guess it's caused by a newest google chrome update. Yesterday all my tests where passing, but today some tests are failing with this "Element is not clickable at point" error message.

@themsaid can you check this?

0xuhe

0xuhe commented on Sep 10, 2017

@0xuhe
Author

I changed to selenium with firefox, It could select overlay element

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @0xuhe@lsfiege

        Issue actions

          How to click overlay element? · Issue #353 · laravel/dusk