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:

launchApp: "<bundle>"

Example: To launch Spotify, replace <bundle> with the Spotify bundle identifier:

launchApp: "com.spotify.music"

This command is especially helpful in scenarios requiring multiple apps within a single test case.

Last updated