native_open
Opens the iOS simulator or Android emulator mirror for the active pane. Drives the native app via idb/adb and streams logs to the timeline.
Instructions
Open a native target for the active pane (Expo/React Native): the iOS simulator or the Android device mirror. browser_* (snapshot/click/type/scroll/press/screenshot) then drive the native app via idb/adb, and JS + native logs stream to the timeline. Cockpit-only (needs the Electron app + a booted simulator/emulator). Returns ok:false with a reason if the device/tooling isn't ready. Build the app first with native_build; close with native_close.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Which native target to open: ios (simulator) or android (emulator mirror). |