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: