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/devtools-on-real-devices-app.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
id: devtools-on-real-devices-app
3
-
title: Dev Tools On Real Device
4
-
sidebar_label: Dev Tools
3
+
title: DevTools On Real Devices
4
+
sidebar_label: DevTools
5
5
description: Inspect and debug embedded web views in real mobile devices using LambdaTest's DevTools.
6
6
7
7
keywords:
@@ -53,6 +53,8 @@ import TabItem from '@theme/TabItem';
53
53
}}
54
54
></script>
55
55
56
+
> To enable it for your organization, please contact us via <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**24×7 chat support**</span> or you can also drop a mail to **[email protected]**.<br />
57
+
56
58
Testing hybrid apps or mobile websites that rely on embedded web views often requires advanced debugging capabilities. With LambdaTest, you can inspect and debug these web views directly on **real Android and iOS devices** using familiar tools like [**Chrome DevTools**](https://developer.chrome.com/docs/devtools/) and [**Safari Web Inspector**](https://developer.apple.com/safari/tools/#current).
57
59
58
60
This enables seamless inspection of DOM elements, console logs, network activity, and JavaScript execution—giving developers the same debugging power they enjoy on desktop browsers.
@@ -67,7 +69,7 @@ This enables seamless inspection of DOM elements, console logs, network activity
67
69
68
70
**Step 3:** Once your app or mobile website loads, go to the screen with the WebView content.
69
71
70
-
**Step 4:** In the session toolbar, click on the **Chrome Dev Tools** button.
72
+
**Step 4:** In the session toolbar, click on the **Chrome DevTools** button.
0 commit comments