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/mobile-apps/features/appium-inspector.md
+9
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Appium Inspector is a powerful tool built on top of the Appium test automation f
13
13
Our latest solution seamlessly integrates into the Sauce Labs environment, requires no additional configuration on your end and it removes the burden of installing a 3rd party tool.
14
14
We are using the [latest version of Appium](https://docs.saucelabs.com/mobile-apps/automated-testing/appium/appium-versions/) to inspect the elements in your application, mirroring the experience of local debugging or attaching 3rd party inspector tools to your native Appium sessions.
15
15
16
+
<img src={useBaseUrl('img/mobile-apps/Appium-inspector-main.png')} alt="Appium Inspector during a Live Testing Session" width="450"/>
17
+
16
18
## What You'll Need
17
19
18
20
- A Sauce Labs paid account ([Log in](https://accounts.saucelabs.com/am/XUI/#login/))
@@ -39,16 +41,23 @@ You can hover over the elements, highlight them, or by clicking on these element
39
41
40
42
When you click on the desired UI element we will pin the App Source and the Selected Elements on the right side.
The App Source view will get you the detailed breakdown of your native applications view hierarchy in an XML tree structure.
45
49
We are using the same getPageSource command as Appium to get the detailed source elements, attributes, and view hierarchy. [See more here.](https://appium.io/docs/en/2.4/commands/base-driver/#getpagesource)
In addition, this helps to view Accessibility elements in your native application. This allows you to validate what an accessibility tool would see and what type of information can be read from your application source.
53
62
54
63
List of Selectors: (These can be used for your automated test scripts)
0 commit comments