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 251 forks source link

Proxy swapping issue #602

Open Peskedor opened 2 years ago

Peskedor commented 2 years ago

This issue was already reported here, but still exists in the current version of selenium-wire

Issue still exists, spawned 10 selenium instances that switch the proxy server on each request - often they dont use the proxy at all and the requests comes trough the real ip.

wkeeling commented 2 years ago

Thanks for raising this.

Do you have any example code that demonstrates the problem?