File tree 1 file changed +9
-3
lines changed
docs/mobile-apps/features
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,20 @@ Now you can start your live or automated testing session. Your network logs will
40
40
To be able to observe network traffic in realtime:
41
41
42
42
1 . Navigate to ** Live** -> ** Mobile App** /** Cross Browser**
43
- 2 . Choose device and start a session.
43
+ 2 . Choose device and start a session
44
44
3 . Launch the network inspector
45
45
46
- <img src={useBaseUrl('img/mobile-apps/network-capture-1.png')} alt="Select Developer Options" width="650"/>
46
+ <img src={useBaseUrl('img/mobile-apps/network-capture-1.png')} alt="Select Developer Options" width="300"/>
47
+
48
+ * Start the capture.
49
+
47
50
<img src={useBaseUrl('img/mobile-apps/network-capture-2.png')} alt="Start capture" width="650"/>
51
+
52
+ * Inspect network logs as they arrive
53
+
48
54
<img src={useBaseUrl('img/mobile-apps/network-capture-3.png')} alt="Inspect network logs" width="650"/>
49
55
50
- A copy of what you see in the inspector can be downloaded in HAR format with the following button.
56
+ * A copy of what you see in the inspector can be downloaded in HAR format with the following button.
51
57
52
58
<img src={useBaseUrl('img/mobile-apps/network-capture-4.png')} alt="Inspect network logs" width="650"/>
53
59
You can’t perform that action at this time.
0 commit comments