From 888020de7ffbec93f414f188eb9dc5a5bb2d0596 Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Sat, 24 Sep 2022 15:25:41 +0300 Subject: [PATCH] Update Inspect.exe Section Inspect is a legacy tool. --- Docs/FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 9b544384..8efb1156 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -34,6 +34,9 @@ The best way to get started is to jump straight in to one of the [samples](https - Navigating using SplitViewPane #### What is "inspect.exe"? Inspect (Inspect.exe) is a Windows-based tool that enables you select any UI element and view the element's accessibility data. You can read more about Inspect on its [Windows Dev Center](https://msdn.microsoft.com/en-us/library/windows/desktop/dd318521(v=vs.85).aspx) page. + +Inspect is a legacy tool. We recommend using Accessibility Insights instead. +[Accessibility Insights](https://accessibilityinsights.io/) #### How does "inspect.exe" relate to WinAppDriver? Inspect allows users to find and locate element inside an application window. Once a desired element is located and in-focus by Inspect, users can take note of its attribute data, and ultimately refer back to it in testing scripts for WinAppDriver to interact against. For example, in the [Calaculator Test](https://github.com/Microsoft/WinAppDriver/tree/master/Samples/C%23/CalculatorTest) sample: