wkeeling / selenium-wire

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

can't use seleniumwire from multiple users simultaniously #698

Open oldwizard1010 opened 11 months ago

oldwizard1010 commented 11 months ago

When User1 starts script with seleniumwire, /tmp/.seleniumwire is created with his ownership, which results in inability for User2, 3, ... UserN to use seleniumwire at all PermissionError: [Errno 13] Permission denied: '/tmp/.seleniumwire/storage-....'

harpreetrandhawa commented 6 months ago

Any resolution here? Please