kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
487 stars 61 forks source link

Update proxy_with_auth.py #97

Closed AntiChrist-Coder closed 10 months ago

AntiChrist-Coder commented 10 months ago

better not to use "global driver", Will also solve issues when trying to launch multiple instances at the same time, using global driver will cause erroring

kaliiiiiiiiii commented 10 months ago

@AntiChrist-Coder Yeah I understand your point, thought about using lambda instead as well. however, the usage of lambdacan be a little confusing for beginners.