Skip to content

Commit 3a08341

Browse files
licanhuahassanuz
authored andcommitted
Add more tools to Inspecting UI Elements (#921)
1 parent 2243198 commit 3a08341

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Docs/AuthoringTestScripts.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,20 @@ NotepadSession.FindElementByClassName("Edit").SendKeys("This is some text");
5656
```
5757
## Inspecting UI Elements
5858

59+
There are three tools help you inspect UI elements:
60+
- inspect.exe
61+
5962
The latest Microsoft Visual Studio version by default includes the Windows SDK with a great tool to inspect the application you are testing. This tool allows you to see every UI element/node that you can query using Windows Application Driver. This **inspect.exe** tool can be found under the Windows SDK folder which is typically `C:\Program Files (x86)\Windows Kits\10\bin\x86`
6063

6164
More detailed documentation on Inspect is available on MSDN <https://msdn.microsoft.com/library/windows/desktop/dd318521(v=vs.85).aspx>.
65+
66+
- [Using UI Recorder](UsingUIRecorder.md)
67+
68+
- [Appium Desktop](https://github.com/appium/appium-desktop)
69+
70+
It’s a graphical interface for Appium server, also an inspector that help you to locate UI element. For more information to use Appium Desktop with WinAppDriver, please refer to
71+
[Inspecting UI Elements for WinAppDriver automation using Appium Desktop](https://medium.com/@licanhua/inspecting-ui-elements-for-winappdriver-automation-using-appium-desktop-8f178b2d0d6c)
72+
6273
## Supported Locators to Find UI Elements
6374

6475
Windows Application Driver supports various locators to find UI element in the application session. The table below shows all supported locator strategies with their corresponding UI element attributes shown in **inspect.exe**.

0 commit comments

Comments
 (0)