Open deep link
open_deeplinkOpen a deep link or universal link on an Android or iOS device to test navigation and return the resulting screen or changes.
Instructions
Open a deep link / universal link URL on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| observe | No | What to return after the action: 'screen' = fresh compact hierarchy, 'diff' = only what changed since last inspect, 'screenshot' = PNG, 'none' = just confirm. | none |
| device_id | Yes | Device id from list_devices (adb serial like 'emulator-5554', or an iOS simulator UDID) |