Skip to content

v0.0.77

Latest

Choose a tag to compare

@pavelfeldman pavelfeldman released this 29 Jun 23:06
36ec986

What's New

Tool Improvements

  • browser_take_screenshotscale option — 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_for waitFor calls (#41270)
  • Check the tracing state before stopping in browser_stop_tracing (#41040)
  • Assign caps as an array for the legacy --vision flag (#41253)
  • Use optional chaining for the nullable browser on disposal (#41237)
  • Add a missing .catch() on the sessionLog write queue (#41234)