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

Log error in the event of proxy auth failure #218

Closed wkeeling closed 3 years ago

wkeeling commented 3 years ago

Make Selenium Wire log an error message when proxy authentication fails. Currently in the event of auth failing the browser will pop up a username/password box, but there's no other indication that authentication has failed.

wkeeling commented 3 years ago

Fixed by 0d9d74e255c68a9e8004d3365a6d32ac7cf87b8b

wkeeling commented 3 years ago

Available in v4.2.1