Skip to content

Commit 08fcfdb

Browse files
committed
Polish after review
1 parent 65fb3e6 commit 08fcfdb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/mobile-apps/features/network-capture.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@ To enable network traffic capturing in your tests:
3333
- [Espresso via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#networkcapture)
3434
- [XCUITest via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/xcuitest/#networkcapture)
3535

36-
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.
36+
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.
3737

3838
## Accessing Network Traffic in Realtime (Live Testing)
3939

4040
To be able to observe network traffic in realtime:
4141

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

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

0 commit comments

Comments
 (0)