Skip to content

v3.4.187.0

Latest

Choose a tag to compare

@rick-lichen rick-lichen released this 30 Apr 19:11

🚀 What's New

  • Async Nova Act GA: The async NovaAct implementation is now generally available, giving you full asyncio support for concurrent browser automation workflows
  • localStorage Session Persistence: Session providers can now optionally restore localStorage on session start, enabling seamless session continuity for apps that store auth tokens (e.g., JWTs) in localStorage
  • [CLI] Local File Browsing: You can now pass file:// URLs as the starting page in the CLI. Security options are automatically configured with the parent directory added to allowed file paths
  • [CLI] S3 Key Prefix for Workflows: The act workflow create and act workflow deploy CLI commands now accept --s3-key-prefix for organizing workflow artifacts under a custom S3 key prefix

🔨 Improvements

  • Browser Persistence Documentation: Consolidated browser state persistence documentation into a unified README section with a comparison table covering cookies, localStorage, and IndexedDB across all persistence options

🐛 Bug Fixes

  • Text Input in Cross-Origin Iframes: Fixed an issue where agent_type would silently fail when interacting with elements inside cross-origin iframes. Typing now falls through to keyboard input when the target element cannot be resolved
  • [CLI] Windows Compatibility: Fixed multiple issues affecting Windows users, including Unicode character encoding errors (cp1252 codec) and a missing signal.SIGKILL attribute
  • Navigation Timeout on Non-Chromium Browsers: Fixed go_to_url_timeout not being applied when using non-Chromium browsers, which previously caused Playwright's default 30-second timeout to be used regardless of your configured value