Skip to content

v0.37.0

Choose a tag to compare

@philipph-askui philipph-askui released this 26 Jun 09:40
· 72 commits to main since this release
768377c

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_dir parameter on WebAgent and PlaywrightAgentOs copies 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