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.
This commit is contained in:
+2
-1
@@ -69,4 +69,5 @@ secrets.json
|
||||
playwright_profile
|
||||
|
||||
captured/
|
||||
xhr_captured/
|
||||
xhr_captured/
|
||||
xhr_captured_async/
|
||||
Reference in New Issue
Block a user