pt_open_url
Open a URL or deep link on an iOS simulator to load web pages in Safari or navigate to app screens via custom schemes.
Instructions
Open a URL or deep link on the simulator. Can be used to open web pages in Safari or trigger deep links into apps (e.g. 'myapp://screen/profile').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL or deep link to open | |
| udid | No | Simulator UDID (uses active device if not specified) |