Skip to content

Commit 7248100

Browse files
committed
added those pages
1 parent a5abbeb commit 7248100

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

docs/contacts-on-real-devices.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,15 @@ import TabItem from '@theme/TabItem';
4949
})
5050
}}
5151
></script>
52-
5352
With LambdaTest Real Devices, you can interact with the built-in Contacts app on our real devices to test your app's functionality. To support diverse testing, we've included sample contact data for you to use.
5453

5554
## Supported Devices
56-
5755
LambdaTest supports access to the dummy Contacts on the following devices:
5856

5957
- Devices running Android 10 and higher(Except Tabs).
6058
- Devices running iOS 13 and higher.
6159

6260
## What you can test?
63-
6461
With access to the Contacts app on the remote devices, you can now test scenarios, such as:
6562

6663
- Access contacts from the Contacts app.

docs/ui-inspector.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: ui-inspector
33
title: UI Inspector
4-
hide_title: true
4+
hide_title: false
55
sidebar_label: UI Inspector
66
description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today!
77
keywords:
@@ -34,13 +34,8 @@ slug: ui-inspector/
3434
})
3535
}}
3636
></script>
37-
38-
# UI Inspector
39-
4037
LambdaTest UI App Inspector provides a graphical interface to inspect and interact with the elements of a mobile application. When you launch your mobile app, it retrieves the DOM (Document Object Model) of the app. This DOM includes various UI elements such as buttons, text fields, labels, etc., organised in a hierarchical structure.
4138

42-
***
43-
4439
## Benefits of UI Inspector
4540

4641
- **DOM Representation:** It visually represents the DOM of the mobile application in a tree-like structure. This representation helps testers and developers understand the layout and structure of the app's UI.
@@ -85,8 +80,6 @@ Let's have a detailed look at each of these components:
8580
- The Screenshot View provides a comprehensive overview of the mobile application's user interface elements, presented in a visual representation typically in the form of a screenshot dump.
8681
- Users can click on individual elements within the screenshot dump, triggering simultaneous highlighting of the corresponding element in both the Hierarchy View and the Properties Table, facilitating quick navigation and detailed inspection.
8782

88-
89-
9083
<nav aria-label="breadcrumbs">
9184
<ul className="breadcrumbs">
9285
<li className="breadcrumbs__item">

0 commit comments

Comments
 (0)