Relative Content

Tag Archive for pythonautomationundetected-chromedriver

Python multithreaded mode using undetected chromedriver

[ENG]
Hello! I recently started learning how to work with browsers in python and ran into a problem.
I can’t create multithreading of browser sessions using undetected chromedriver. In my code, sessions are started one after the other, but they must be started at the same time. I tried to do this using GPT chat, but it didn’t help at all:(
Here is the source code, with basic functionality.Thank you in advance!