sim_open_url
Opens a URL or deep link on a simulator to navigate an app, bypassing the lack of tap/swipe support in simctl.
Instructions
Open a URL or deep link on a simulator. Use this for app navigation — simctl does not support direct tap/swipe. The app must register the URL scheme in its Info.plist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open (e.g., 'myapp://settings' or 'https://example.com') | |
| device | No | Device UDID, name, or 'booted' | booted |