Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to click overlay element? #353

Closed
0xuhe opened this issue Sep 6, 2017 · 2 comments
Closed

How to click overlay element? #353

0xuhe opened this issue Sep 6, 2017 · 2 comments

Comments

@0xuhe
Copy link

0xuhe commented Sep 6, 2017

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.

@lsfiege
Copy link

lsfiege commented Sep 6, 2017

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
Copy link
Author

0xuhe commented Sep 10, 2017

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants