wkeeling/selenium-wire
Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2997
- days_rel: n/a
- days_push: 973
- n_releases_24m: 0
Adoption not part of the score
1965 stars · 278 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Selenium Wire extends Selenium's Python bindings to expose the HTTP/HTTPS requests and responses made by the browser, with APIs to inspect and modify them on the fly. It supports header/body modification, websocket message capture, HAR export, and proxy support, but is no longer maintained.
Use cases
- inspect network requests made by a browser during selenium tests
- capture ajax requests from a web page with python
- modify request headers on the fly in selenium
- export browser traffic as HAR files
- capture websocket messages during browser automation
- assert on api calls triggered by frontend interactions
When to choose
- you need to inspect or modify browser network traffic within existing Selenium Python tests
- you want HAR capture or websocket message capture alongside browser automation
When to avoid
- starting a new project - the project is explicitly unmaintained
- you only need network capture without browser automation (use a proxy or devtools-based tool instead)
- you need support for the latest Selenium or Python versions
Facets
library · maturity abandoned
testing http-client web-scraping testing web-development developer-tools python cross-platform selenium browser-automation network-capture har request-inspection proxy
2 sources
- readme: https://github.com/wkeeling/selenium-wire · fetched 2026-08-28 · f3489911c11f
- registry_pypi: https://pypi.org/pypi/selenium-wire/json · fetched 2026-08-29 · edf1634a4936
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wkeeling/selenium-wire | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="wkeeling/selenium-wire")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem