Files
chrome-use/docs
ChunHao Chen ceaee00952 feat: add network request detail and filtering for request tracking (#935)
* feat: add network request detail and filtering for request tracking

- Add `network request <requestId>` command to view full request/response
  details including response body via CDP Network.getResponseBody
- Add --type, --method, --status filter flags to `network requests`
  - --type: comma-separated resource types (xhr,fetch,document)
  - --method: filter by HTTP method
  - --status: supports exact (200), class (2xx), range (400-499)
- Extend TrackedRequest with request_id, post_data, status,
  response_headers, mime_type fields
- Update Network.responseReceived handler to also populate
  tracked_requests (previously only updated HAR entries)
- Add tests for parse commands and matches_status_filter
- Update README, SKILL.md, docs, and help text

Closes #932

* fix: show request ID and status in network requests output
2026-03-23 10:17:17 -05:00
..
2026-02-22 16:09:37 -06:00
2026-01-13 02:54:56 -06:00
2026-02-11 14:17:53 -06:00
2026-01-13 02:54:56 -06:00
2026-02-09 12:10:40 -06:00
2026-03-01 09:02:06 -06:00
2026-03-01 09:02:06 -06:00
2026-01-13 02:54:56 -06:00
2026-01-13 02:54:56 -06:00