-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Cypress click coordinates incorrect when element inside Iframe #4347
Comments
28 tasks
The code for this is done in cypress-io/cypress#3030, but has yet to be released. |
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Cypress calculates coords for the click assuming the element is in the topmost frame, which causes coords to be off:
I clicked the

hashchange
, which was at the top of an iframe:So Cypress thought I clicked the top of my AUT frame:

this will be fixed in #3030
The text was updated successfully, but these errors were encountered: