v0.37.0
v0.37.0
🎉 Overview
v0.37.0 expands the web automation toolkit. WebAgent (and the underlying PlaywrightAgentOs) can now auto-save files downloaded by the browser into a configurable directory, and a new WebSaveScreenshotTool lets agents capture and persist screenshots of the active page to disk during act().
✨ New Features
WebSaveScreenshotTool— captures a screenshot of the currently active browser page and saves it to disk by @philipph-askui in #288- Automatic browser download saving — the new
download_dirparameter onWebAgentandPlaywrightAgentOscopies finished browser downloads into a configurable directory under their suggested filename, auto-renaming on collision (e.g.report (1).pdf); when unset, downloads remain in Playwright's temporary location and are removed when the browser closes by @philipph-askui in #288
Full Changelog: v0.36.0...v0.37.0