(udid: string)
| 68 | } |
| 69 | |
| 70 | export function shutdownSimulator(udid: string) { |
| 71 | return postSimulatorAction(udid, "shutdown"); |
| 72 | } |
| 73 | |
| 74 | export function openSimulatorUrl(udid: string, payload: OpenUrlPayload) { |
| 75 | return postSimulatorAction(udid, "open-url", payload); |
no test coverage detected