simulator_open
Open the Simulator.app graphical window for a specific simulator device. This brings up the visual simulator interface where you can see and interact with the device screen. If the simulator is not yet booted, this command will also boot it.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deviceId | string | Yes | — | The UDID of the simulator to open in Simulator.app. Use simulator_list to find the UDID. |
Usage Examples
Section titled “Usage Examples”Open a simulator window
Section titled “Open a simulator window”“Open the iPhone 16 Pro simulator so I can see it”
{ "deviceId": "F3A1B2C3-D4E5-6789-ABCD-EF0123456789"}Open an iPad simulator for visual inspection
Section titled “Open an iPad simulator for visual inspection”“Show me the iPad Pro simulator window”
{ "deviceId": "B2C3D4E5-F6A7-8901-BCDE-F12345678901"}Open a simulator to verify UI manually
Section titled “Open a simulator to verify UI manually”“Open the iPhone SE simulator so I can check the layout”
{ "deviceId": "C3D4E5F6-A7B8-9012-CDEF-123456789012"}Example Output
Section titled “Example Output”Simulator.app opened successfully.
Name: iPhone 16 ProUDID: F3A1B2C3-D4E5-6789-ABCD-EF0123456789Runtime: iOS 18.0State: Booted
The Simulator.app window is now visible.Related Tools
Section titled “Related Tools”simulator_list— Find the UDID of the simulator you want to opensimulator_boot— Boot a simulator without opening the GUI windowsimulator_shutdown— Shut down the simulator when donescreenshot— Capture a screenshot of the simulator screenscreen_record— Record the simulator screen as video