Skip to content

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.

License

Notifications You must be signed in to change notification settings

lhb2/selenium-wire

 
 

Repository files navigation

Selenium Wire v11

forked from wkeeling/selenium-wire Remove inside mitmproxy from source and import it from pip,so we can use newnest mitmproxy.

Change logs

  • Remove inside mitmproxy from source and import it from pip.
  • Change proxy default port to 8080.
  • Because mitmproxy deleted raw_content,so request.body and response.body have been decoded.
  • Websockets has not been tested.
  • Drop support for response.cert.

Compatibilty

  • Python 3.10+
  • mitmproxy 11.0.0+
  • Selenium 4.0.0+
  • Chrome, Firefox, Edge and Remote Webdriver supported

About

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%