Skip to content
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

Not Working For Turnstile at login #266

Open
edoofx opened this issue Jan 17, 2025 · 0 comments
Open

Not Working For Turnstile at login #266

edoofx opened this issue Jan 17, 2025 · 0 comments
Labels
triage This ticket will be looked at shortly

Comments

@edoofx
Copy link

edoofx commented Jan 17, 2025

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

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()

Image

Issue Type

No response

Operating System

Windows 10

Do you use Docker?

I don't use Docker

@edoofx edoofx added the triage This ticket will be looked at shortly label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This ticket will be looked at shortly
Projects
None yet
Development

No branches or pull requests

1 participant