Wenze Liu

Results 5 comments of Wenze Liu

When I use undetected-chromedriver of python, it doesn't work either. So I think this method currently used that not headless cannot solve this problem unless a new method is used.

> Unable to bypass Cloudflare, but Python version can I think it may be due to the system environment. I use win11, chrome version 118 to test pass Cloudflare, it...

you could use this: ``` String proxyUrl = "https://" + proxyUsername + ":" + proxyPassword + "@" + proxyAddress + ":" + proxyPort; ChromeOptions chrome_options = new ChromeOptions(); chrome_options.addArguments("--proxy-server="+ proxyUrl);...

Oh, if you use proxy has username and password, this will not work because proxy in chrome will use some js script to use it (I think), and this ChromeDriver...

I can’t open this link by use chrome because it says the current page may have been removed, changed or is temporarily unavailable.