Skip to content

Commit

Permalink
Updated audio capture docs for automated (#3069)
Browse files Browse the repository at this point in the history
* Updated audio capture docs for automated

* Updated text

* Removed redundant instructions
  • Loading branch information
diegoperini authored Jan 21, 2025
1 parent d47ef8e commit d23de80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/mobile-apps/features/audio-capture.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ Audio Capture is a functionality that gives you the ability to record the audio

## Using Audio Capture for Automated Tests on Real Devices

To enable Audio Capture in your automated tests, you need to use the following capabilities:
Audio capture works out of box for automated tests on iOS. On Android, if the app does not define any restrictions in its manifest, then it will also work out of box.

Click the link below that corresponds to your framework:
To bypass audio capture restrictions defined in manifests of Android apps, you need to use the following capabilities:

- [Espresso](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#audiocapture)
- [XCUITest](/mobile-apps/automated-testing/espresso-xcuitest/xcuitest/#audiocapture)
- [Appium](/dev/test-configuration-options/#audiocapture)

Now you can start your automated testing session. Your audio recording will be captured and be part of the video recording on the Test Results page.
Expand Down

0 comments on commit d23de80

Please sign in to comment.