What's New
Tool Improvements
browser_take_screenshot—scaleoption — Choose between CSS-pixel screenshots (smaller, device-consistent) and device-pixel screenshots (high resolution) (#41465)- Configurable heartbeat timeout — The heartbeat ping timeout is now configurable (#41391)
Bug Fixes
- Redact secrets in console log artifacts (#41515)
- Never include
data:URL payloads in snapshot or network output (#41450) - List a failed network request only once (#41481)
- Wait for the next pause or context closure in
browser_resume(#41293) - Pass the action timeout to
browser_wait_forwaitFor calls (#41270) - Check the tracing state before stopping in
browser_stop_tracing(#41040) - Assign caps as an array for the legacy
--visionflag (#41253) - Use optional chaining for the nullable browser on disposal (#41237)
- Add a missing
.catch()on the sessionLog write queue (#41234)