Skip to content

Commit 9890198

Browse files
committed
Formatting
1 parent 08fcfdb commit 9890198

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,20 @@ Now you can start your live or automated testing session. Your network logs will
4040
To be able to observe network traffic in realtime:
4141

4242
1. Navigate to **Live** -> **Mobile App**/**Cross Browser**
43-
2. Choose device and start a session.
43+
2. Choose device and start a session
4444
3. Launch the network inspector
4545

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+
4750
<img src={useBaseUrl('img/mobile-apps/network-capture-2.png')} alt="Start capture" width="650"/>
51+
52+
* Inspect network logs as they arrive
53+
4854
<img src={useBaseUrl('img/mobile-apps/network-capture-3.png')} alt="Inspect network logs" width="650"/>
4955

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.
5157

5258
<img src={useBaseUrl('img/mobile-apps/network-capture-4.png')} alt="Inspect network logs" width="650"/>
5359

0 commit comments

Comments
 (0)