Skip to content

Commit 8d68b9c

Browse files
#update_the _image_from_jpg_ to_png
1 parent 9a6616e commit 8d68b9c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
102 KB
Loading
102 KB
Loading

docs/devtools-on-real-devices-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ This enables seamless inspection of DOM elements, console logs, network activity
6969

7070
**Step 4:** In the session toolbar, click on the **Chrome Dev Tools** button.
7171

72-
<img loading="lazy" src={require('../assets/images/real-device-app-testing/Real_device_chrome_devtools.jpg').default} className="doc_img"/>
72+
<img loading="lazy" src={require('../assets/images/real-device-app-testing/Real_device_chrome_devtools.png').default} className="doc_img"/>
7373

7474
**Step 5:** A debugging window will open:
7575
- On **Android**, this launches Chrome DevTools.
7676
- On **iOS**, you can choose between Safari Web Inspector or Chrome DevTools.
7777

78-
<img loading="lazy" src={require('../assets/images/real-device-app-testing/real_device_safari_devtools.jpg').default} className="doc_img"/>
78+
<img loading="lazy" src={require('../assets/images/real-device-app-testing/real_device_safari_devtools.png').default} className="doc_img"/>
7979

8080
Use the DevTools interface to inspect HTML structure, debug JavaScript, monitor network requests, and view console logs in real time.
8181

0 commit comments

Comments
 (0)