Skip to content

Commit

Permalink
Polish after review
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperini committed Aug 21, 2024
1 parent 65fb3e6 commit 08fcfdb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/mobile-apps/features/network-capture.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ To enable network traffic capturing in your tests:
- [Espresso via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#networkcapture)
- [XCUITest via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/xcuitest/#networkcapture)

Now you can start your live or automated testing session. Your network logs will be captured and displayed in the test results page as well as inside the live testing window.
Now you can start your live or automated testing session. Your network logs will be captured and displayed in the test results page as well as During a Live Testing session with the Developer Options window.

## Accessing Network Traffic in Realtime (Live Testing)

To be able to observe network traffic in realtime:

1. Enable network capture for your app like described above. You can skip this step for cross browser testing.
2. Navigate to **Live** -> **Mobile App**/**Cross Browser**
3. Choose device and start a session.
4. Launch the network inspector
1. Navigate to **Live** -> **Mobile App**/**Cross Browser**
2. Choose device and start a session.
3. Launch the network inspector

<img src={useBaseUrl('img/mobile-apps/network-capture-1.png')} alt="Select Developer Options" width="650"/>
<img src={useBaseUrl('img/mobile-apps/network-capture-2.png')} alt="Start capture" width="650"/>
Expand Down

0 comments on commit 08fcfdb

Please sign in to comment.