2 Commits

Author SHA1 Message Date
Ross fe41f1d02c feat: Improve file naming for captured images by removing timestamps for stable naming 2025-10-20 07:58:21 +01:00
Ross adc21f5795 feat: Implement passive XHR/fetch capture using Playwright
- Added `capture_passive_playwright.py` for synchronous passive capture of XHR/fetch responses.
- Added `capture_passive_playwright_async.py` for asynchronous passive capture using Playwright's async API.
- Introduced `save_page_snapshots.py` to save full page HTML snapshots with deduplication.
- Removed obsolete CSRF token capture JSON file.
2025-10-14 19:48:01 +01:00