Open Virusback opened 2 years ago
@ultrafunkamsterdam
Please do not @ the dev. Here is the problem from what I know. Threading in python, and in other languages for that matter, is extremely finicky. A lot of modules only work on one thread to begin with, and most modules have to be built with threading in mind, which I suspect chrome driver itself, is not.
Please do not @ the dev. Here is the problem from what I know. Threading in python, and in other languages for that matter, is extremely finicky. A lot of modules only work on one thread to begin with, and most modules have to be built with threading in mind, which I suspect chrome driver itself, is not.
So is there is a way to pass this problem or its not possible
based on my experience and what I know about threading, I don't think it is possible. I don't even think you can do it with normal selenium.
Yeah, I would run multiple instances and control concurrency outside the scope of the execution of this code. This is almost certainly a recipe for disaster
based on my experience and what I know about threading, I don't think it is possible. I don't even think you can do it with normal selenium.
no it works peferctly with the normal selenium but the normal selenium dosent provide gmail login
It works perfectly with undetected-chromedriver too : I use multi-thread a lot without any issues.
Please stick to best practices for bugs reporting : you're supposed to show the minimum running code to reproduce the issue and not a wall of barely formatted code with parts missing to make it runs.
The code you provided is not complete and it's so messy I don't know where to begin...
Hello guys im using undetectable chrome driver and it works perfectly except when im using it with with multipale theards it only interacts with 1 theard only which is the first one does anybody knows why ?!
Here is my code for the config which i want to thearding it
if name == 'main': FacebookNumberRemover()