open_url
Open URLs and deep links in the iOS Simulator to verify universal link behavior.
Instructions
Opens a URL in the iOS Simulator, useful for testing deep links and universal links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL or deep link to open (e.g., https://example.com or myapp://screen/detail) | |
| udid | No | Udid of target, can also be set with the IDB_UDID env var |