seleniumbase / SeleniumBase

📊 Blazing fast Python framework for web crawling, scraping, testing, and reporting. Supports pytest. Stealth abilities: UC Mode and CDP Mode.
https://seleniumbase.io
MIT License
5.44k stars 983 forks source link

Add an example test for CDP Mode to demonstrate XHR requests being collected and displayed #3261

Closed mdmintz closed 1 week ago

mdmintz commented 1 week ago

Add an example test for CDP Mode to demonstrate XHR requests being collected and displayed


The test should show how the XHR data gets collected. Then the test should display the request/response headers.

mdmintz commented 1 week ago

This was resolved in 4.32.10 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.32.10