You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mobile-apps/features/network-capture.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,15 @@ To enable network traffic capturing in your tests:
33
33
-[Espresso via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#networkcapture)
34
34
-[XCUITest via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/xcuitest/#networkcapture)
35
35
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.
37
37
38
38
## Accessing Network Traffic in Realtime (Live Testing)
39
39
40
40
To be able to observe network traffic in realtime:
41
41
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**
0 commit comments