Multithreaded Python Selenium, Webdriver hangs before .get
Budget: $10 – $30 USD
Hello,
I have a Python code in which it loads, open and assigns a driver to then .get and do other stuff.
The code runs perefectly fine up untill a certain point, one of the profiles gets started and hangs and doesn't do anything else, while other threads keep running fine, it happens a couple of times and then at one point all further loaded profiles just load and hang.
the flow is:
1) load profile
2) start profile
3) assign webdriver
*
4) load website (driver.get)
* is where the problem happens.
I have a Python code in which it loads, open and assigns a driver to then .get and do other stuff.
The code runs perefectly fine up untill a certain point, one of the profiles gets started and hangs and doesn't do anything else, while other threads keep running fine, it happens a couple of times and then at one point all further loaded profiles just load and hang.
the flow is:
1) load profile
2) start profile
3) assign webdriver
*
4) load website (driver.get)
* is where the problem happens.