v0.9.0
vercel-labs/agent-browserv0.9.0Feb 3, 2026by github-actions[bot]
AI Summary
v0.9.0 introduces iOS Simulator and real device support for mobile Safari testing via Appium, along with touch interaction commands.
Key Highlights
- iOS Simulator and real device support
- Touch interaction commands (tap, swipe)
New Features
- iOS Simulator support
- Real device support via Appium
- device list command
- tap and swipe commands
- --device flag to specify iOS device
- -p ios provider flag
Full Release Notes
### Minor Changes - 9d021bd: Add iOS Simulator and real device support for mobile Safari testing via Appium. New CLI commands include `device list` to show available simulators, `tap` and `swipe` for touch interactions, and the `--device` flag to specify which iOS device to use. Configure with `-p ios` provider flag or `AGENT_BROWSER_PROVIDER=ios` environment variable.