We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for challenge is working ,, but when i tested on login page cloudflare, is not autoclick at the turnstile, is because of shadow-root ?
const { connect } = require("puppeteer-real-browser") async function test() { const { browser, page } = await connect({ headless: false, args: [], customConfig: {}, turnstile: true, connectOption: {}, disableXvfb: false, ignoreAllFlags: false }) await page.goto('https://dash.cloudflare.com/login') } test()
No response
Windows 10
I don't use Docker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
for challenge is working ,, but when i tested on login page cloudflare, is not autoclick at the turnstile, is because of shadow-root ?
Full steps to reproduce the issue
Issue Type
No response
Operating System
Windows 10
Do you use Docker?
I don't use Docker
The text was updated successfully, but these errors were encountered: