ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.71k stars 1.14k forks source link

chromedriver is not bypassing cloudflare #1398

Open damodharheadrun opened 1 year ago

damodharheadrun commented 1 year ago

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

can you lookinto this issue team @ultrafunkamsterdam ultrafunkamsterdam

ref: https://github.com/ultrafunkamsterdam/undetected-chromedriver/discussions/1387

ozebe commented 1 year ago

same here.

rianoneq commented 1 year ago

1390

guys solution here

damodharheadrun commented 1 year ago

Thank you @rianoneq i will check from my end.

damodharheadrun commented 1 year ago

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 https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1390#issuecomment-1634853504

NCLnclNCL commented 1 year ago

Bad

damodharheadrun commented 1 year ago

Bad

Can you explain more indetail

foreandr commented 1 year ago

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 commented 1 year ago

@foreandr bro everything runs as a clock

IAISI commented 1 year ago

It got patched, at least turnstile did

tranquocdai commented 1 year ago

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