You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: