Skip to content

v2.11.1

Latest

Choose a tag to compare

@artemo-brd artemo-brd released this 27 Jul 12:14
4fa3872

Bug Fixes

  • Fixed compatibility with the updated Playwright API: replaced deprecated page._snapshotForAI() with page.ariaSnapshot({ mode: 'ai' }) in browser session snapshot capture. This restores correct functionality of the scraping_browser_snapshot tool and all ref-based browser automation tools (scraping_browser_click_ref, scraping_browser_type_ref, etc.).