pedro-peixot0

Results 10 comments of pedro-peixot0

The issue is with the window undetected chrome driver is focused on. Somehow cloudflare can detect that. The way arround is to load pages without focusing in them, you can...

Actually the issue is not even focusing in the screen during Clouflare validation; If you ever focused on the screen the validation will fail even if you are not there...

The only solution for that is to hard code the directory to google chrome and chromedriver. Here is how you can do that (just don't forget to change the paths...

The only solution for that is to hardcode the directory to google chrome and chromedriver. Here is how you can do that (just don't forget to change the paths to...

Hey man, I had issues with zombie processes in the past while using uc and thought it was an issue with the library, but actually It was me not properly...

To setup a proxy with user and password you will need to add an extension to you chrome driver. Here is the code I use to do this: ``` import...

I faced the same issue a few weeks ago. Here is how you can set the default download dir The key is to use ChromeOptions from undetected_chromedriver ``` from undetected_chromedriver.options...

What is the page you are trying to load? Because when used the driver you generated to load any page it did not get stuck. But if this is happening...

It seems that the code I sent you solved the issue. The new problem is that the page is loaded too fast (before some components are completely loaded, but to...

Here is dirty trick that I am using to bypass cloud flare @wwangyu2. Basically the browser cannot be focused on the tab trying to bypass cloudflare. ``` from time import...