Skip to content

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.

ParameterTypeRequiredDefaultDescription
deviceIdstringYesThe UDID of the simulator to open in Simulator.app. Use simulator_list to find the UDID.

“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 the iPhone SE simulator so I can check the layout”

{
"deviceId": "C3D4E5F6-A7B8-9012-CDEF-123456789012"
}
Simulator.app opened successfully.
Name: iPhone 16 Pro
UDID: F3A1B2C3-D4E5-6789-ABCD-EF0123456789
Runtime: iOS 18.0
State: Booted
The Simulator.app window is now visible.