laravel/dusk

How to click overlay element?

Closed this issue · 2 comments

0xuhe commented

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.

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 commented

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