-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
ElementHandle.click() broken in 0.12 #1082
Comments
Seems to be the same issue that I'm having in #1126. Did you experiment turning |
I can confirm that I have the same issue, and the workaround solution @pwnall gave worked. Instead of the click simply not going through I'm also receiving this error, which I think is relevant: |
Have the same issue but on Windows, with 0.12.0 and 0.13.0-alpha. Suggestion from @pwnall fixes it for me. |
@aslushnikov Can we have @pwnall solution pushed to NPM as a hotfix in a patch version while the underlying issue is not fixed? |
I've also been experiencing clicks producing the error The way i've gotten around it is with page.eval$ and javascript's click method. Like this. |
This should be fixed by #1299, but I am still trying to track down the |
@patrickeakin for the |
Steps to reproduce
Tell us about your environment:
What steps will reproduce the problem?
What is the expected result?
The click goes through and a login is attempted.
What happens instead?
The click does not go through.
I have a hunch that the underlying problem is https://crbug.com/692197.
My workaround (based on mixing code from 0.11 and 0.12):
Is there any chance you could offer switchable implementations of
ElementHandle.boundingBox
until theDOM.getBoxModel
issues are straightened out?Many thanks for puppeteer! ❤️
The text was updated successfully, but these errors were encountered: