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