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

chromedriver is not bypassing cloudflare #1398

Open
damodharheadrun opened this issue Jul 17, 2023 · 10 comments
Open

chromedriver is not bypassing cloudflare #1398

damodharheadrun opened this issue Jul 17, 2023 · 10 comments

Comments

@damodharheadrun
Copy link

I've used the latest version and still i'm getting the clodfare dedection
image

can you lookinto this issue team @ultrafunkamsterdam ultrafunkamsterdam

ref: #1387

@ozebe
Copy link

ozebe commented Jul 17, 2023

same here.

@rianoneq
Copy link

#1390
guys solution here

@damodharheadrun
Copy link
Author

Thank you @rianoneq i will check from my end.

@damodharheadrun
Copy link
Author

Adding this to the driver configs helped me a lot more in avoiding cloudflare

chrome_options.add_argument("--auto-open-devtools-for-tabs") # automatically open dev tools on every new tab

Originally posted by @pedro-peixot0 in #1390 (comment)

@NCLnclNCL
Copy link

Bad

@damodharheadrun
Copy link
Author

Bad

Can you explain more indetail

@foreandr
Copy link

This worked for about a day

chrome_options.add_argument("--auto-open-devtools-for-tabs") # automatically open dev tools on every new tab

but i think cloudflare patched it quickly

@rianoneq
Copy link

@foreandr bro everything runs as a clock

@IAISI
Copy link

IAISI commented Jul 20, 2023

It got patched, at least turnstile did

@tranquocdai
Copy link

Adding this to the driver configs helped me a lot more in avoiding cloudflare

chrome_options.add_argument("--auto-open-devtools-for-tabs") # automatically open dev tools on every new tab

Originally posted by @pedro-peixot0 in #1390 (comment)

Not working any more. it got patched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants
@tranquocdai @ozebe @damodharheadrun @rianoneq @foreandr @IAISI @NCLnclNCL and others