sebdelsol

Results 170 comments of sebdelsol

Run : ```python3 import undetected_chromedriver as uc print(uc.Patcher.data_path) ``` It'll print the folder where the downloaded and patched temp chromedrivers are stored, they are cleaned up at exit or when...

You're right you can't forward an already created service to `uc.Chrome()`. What makes it a little harder is that you've to create the service with the actual `executable_path` that points...

I have added this feature in my [**fork**](https://github.com/sebdelsol/undetected-chromedriver) too. `pip install git+https://github.com/sebdelsol/undetected-chromedriver@master`

As already stated in #682 : Please format your code and provide the **minimum _running_** code to reproduce your issue. * Learn how to [**format your code**](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) and use `python3`...

I don't know where to begin... :grimacing: * Your code is not properly formatted, I had a hard time trying to decipher it. ... And it doesn't have proper indentation,...

* When your login fail your code is **recursive**, that's really not a good idea. * You should use a shorter `timeout` : yours is 5000 second which is more...

Nobody provide **_minimum_ code to reproduce** this so called issue, and those comments are moot. At the moment the only actual occurrence of this "bug" is this weird recursive mess...

sure, but how do you "start" several Chromes at the same time ? Please show some code to reproduce the issue, I can't reproduce this on my side hence the...

> > bien sûr, mais comment "démarrer" plusieurs Chromes en même temps ? Veuillez montrer du code pour reproduire le problème, je ne peux pas le reproduire de mon côté,...