device_deeplink
Open a deep link or universal URL on the booted simulator/emulator. Cross-platform: wraps xcrun simctl openurl (iOS) and adb shell am start -a VIEW -d (Android). Session-less — no need to call device_snapshot action=open first. Use to enter the app at a specific route when cdp_navigate is unavailable (RN 0.83 Bridgeless mode) or for universal-link testing.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
url | unknown | Yes | URL to open, e.g. “myapp://claims/new” or “https://example.com/page”. | ||
platform | unknown | No | |||
packageName | unknown | No |
device_deeplink(url: <unknown>)