diff --git a/.changeset/release-17dc02f0.md b/.changeset/release-17dc02f0.md new file mode 100644 index 0000000..f28df94 --- /dev/null +++ b/.changeset/release-17dc02f0.md @@ -0,0 +1,5 @@ +--- +"agent-browser": minor +--- + +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.