Skip to content

Commit

Permalink
System-wide networkCapture appium capability docs (#3008)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperini authored Nov 12, 2024
1 parent d235541 commit fcf9c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/test-configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ capabilities.setCapability("sauce:options", sauceOptions);

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

Enables mobile app instrumentation (Android or iOS) and recording of HTTP/HTTPS network traffic for debugging purposes. API calls are collected into a HAR file, which you can view and download from your **Test Results** > **Network** tab console. The default value is `false`.
Enables recording of HTTP/HTTPS network traffic for debugging purposes. Regardless of the framework in use (Native, Hybrid, Web), system-wide capture from all Android and iOS apps as well as browsers are supported. API calls are collected into a HAR file, which you can view and download from your **Test Results** > **Network** tab console. The default value is `false`.

```java
MutableCapabilities capabilities = new MutableCapabilities();
Expand Down

0 comments on commit fcf9c77

Please sign in to comment.