Skip to content

Conversation

@ctate
Copy link
Collaborator

@ctate ctate commented Feb 3, 2026

Adds -p ios provider to control Safari in the iOS Simulator via Appium.

  • Same commands as desktop (snapshot, click, fill, etc.)
  • Mobile-specific: tap, swipe up/down/left/right
  • device list to see available simulators
  • Works with real devices too if you've got them set up
agent-browser device list
agent-browser -p ios --device "iPhone 16 Pro" open https://example.com
agent-browser -p ios snapshot
agent-browser -p ios tap @e1
agent-browser -p ios swipe up
agent-browser -p ios close

Requires Appium + XCUITest driver (npm install -g appium && appium driver install xcuitest)

@vercel
Copy link
Contributor

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser Ready Ready Preview, Comment Feb 3, 2026 7:12am

@ctate ctate merged commit a1b9924 into main Feb 3, 2026
16 checks passed
marcusquinn added a commit to marcusquinn/aidevops that referenced this pull request Feb 4, 2026
- Add iOS Simulator documentation with setup instructions
- Add mobile-specific commands (tap, swipe up/down/left/right)
- Add environment variables for iOS configuration
- Add real device support documentation
- Update platform support table with iOS column
- Add iOS Mobile Testing pattern example
- Update helper script with ios and devices commands
- Add check_ios and install_ios functions to helper

Upstream: vercel-labs/agent-browser#358
marcusquinn added a commit to marcusquinn/aidevops that referenced this pull request Feb 4, 2026
feat(browser): add iOS Simulator support to agent-browser

- Add iOS Simulator documentation with setup instructions
- Add mobile-specific commands (tap, swipe up/down/left/right)
- Add environment variables for iOS configuration
- Add real device support documentation
- Update platform support table with iOS column
- Add iOS Mobile Testing pattern example
- Update helper script with ios and devices commands

Upstream: vercel-labs/agent-browser#358
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant