Skip to content

Commit

Permalink
update config options
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofmuhi authored Jan 9, 2024
1 parent f8e96db commit 64316c8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/dev/test-configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1405,22 +1405,6 @@ capabilities.setCapability("sauce:options", sauceOptions);

---

### `audioCapture`

<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Real Devices Only</span></small> |</p>

Enables audio recording in your iOS and Android native mobile app tests. The audio will be part of the **Test Results** page video file, which you can play back and download in our built-in media player. The default value is `false`.

```java
MutableCapabilities capabilities = new MutableCapabilities();
//...
MutableCapabilities sauceOptions = new MutableCapabilities();
sauceOptions.setCapability("audioCapture", true);
capabilities.setCapability("sauce:options", sauceOptions);
```

---

### `networkCapture`

<p><small>| OPTIONAL | BOOLEAN | <span className="sauceGreen">Real Devices Only</span></small> |</p>
Expand Down

0 comments on commit 64316c8

Please sign in to comment.