Detecting Audio Playback

Purpose: Checks if audio is currently playing in the app and remembers it so that you can build further logic on top of it.

Syntax:

check: audio

Example: To verify that audio playback is active:

1. check: audio
2. If audio has been played, continue with next step. Otherwise fail the test.

Last updated