Orchard.SimulatorServer (orchard v0.1.7)
View SourceGenServer that manages the lifecycle of a single simulator.
This server:
- Launches and manages a simulator process
- Monitors the simulator's state
- Automatically terminates if the simulator shuts down
- Provides an interface for simulator operations
Summary
Functions
Boots the simulator if it's not already booted.
Returns a specification to start this module under a supervisor.
Gets the current state of the simulator.
Installs an app on the simulator.
Launches an app on the simulator.
Takes a screenshot of the simulator.
Shuts down the simulator.
Starts a SimulatorServer for the given simulator.
Performs a tap at the given coordinates.
Types text on the simulator.
Types
Functions
Boots the simulator if it's not already booted.
Returns a specification to start this module under a supervisor.
See Supervisor
.
Gets the current state of the simulator.
Installs an app on the simulator.
Launches an app on the simulator.
Takes a screenshot of the simulator.
Shuts down the simulator.
Starts a SimulatorServer for the given simulator.
Performs a tap at the given coordinates.
Types text on the simulator.