launchApp Command
Purpose: Launches a specific application using its bundle identifier, allowing testers to switch between apps or launch a specific app for multi-app flows.
Syntax:
Example: To launch Spotify, replace <bundle>
with the Spotify bundle identifier:
This command is especially helpful in scenarios requiring multiple apps within a single test case.
Last updated