Replies: 2 comments
-
you can't when turnstile true, just set it to false |
Beta Was this translation helpful? Give feedback.
0 replies
-
or you might want to try insert the value directly by modify the DOM via javascript |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I hope you all are doing great. I have a small problem with
puppeteer-real-browser
.I am trying to automate a site using puppeteer-real-browser. The problem is that when I set
turnstile: true
, it takes away the focus from an input field.I added few breakpoints to
node_modules/rebrowser-puppeteer-core/src/cdp/Input.ts
and looked around. It seems like when theturnstile
is enabled thepuppeteer-real-browser
continuously sends up/down mouse button messages to the page. This is messing up the focus on the page when I am filling input fields.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions