wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.9k stars 254 forks source link

Use celery create driver, the process will be block and only create one dirver instance #468

Closed zhiming429438709 closed 2 years ago

zhiming429438709 commented 2 years ago

environment: window10 celery==5.2.1 eventlet==0.33.0 selenium-wire==4.5.6

where worker start a driver, the worker will be block

wkeeling commented 2 years ago

Thanks for raising this. Are you able to show some example code that demonstrates the problem?