# FlaUInspect **Repository Path**: mdjdot/FlaUInspect ## Basic Information - **Project Name**: FlaUInspect - **Description**: Inspect tool to inspect UIs from an automation perspective - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-11-08 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FlaUInspect ![FlaUInspect](/FlaUInspect.png?raw=true) ### Build | What | Info / Link | | ---- | ----- | | *Build* | [![Build status](https://ci.appveyor.com/api/projects/status/q2poa5bpenso8eyv?svg=true)](https://ci.appveyor.com/project/RomanBaeriswyl/flauinspect) | | *FlaUInspect* | [![FlaUInspect](https://img.shields.io/badge/FlaUInspect-choco-brightgreen.svg)](https://chocolatey.org/packages/flauinspect)
`choco install flauinspect` | | *CI Artefacts* | [FlauInspect CI](https://ci.appveyor.com/project/RomanBaeriswyl/flauinspect/build/artifacts) | ### Description There are various tools around which help inspecting application that should be ui tested or automated. Some of them are: * VisualUIAVerify * Inspect * UISpy * and probably others Most of them are old and sometimes not very stable and (if open source), a code mess to maintain. FlaUInspect is supposed to be a modern alternative, based on [FlaUI](https://github.com/Roemer/FlaUI). On startup, you can choose if you want to use UIA2 or UIA3 (see [FAQ](https://github.com/Roemer/FlaUI/wiki/FAQ) why you can't use both at the same time). ###### Choose Version Dialog ![Choose Version](https://raw.githubusercontent.com/wiki/FlauTech/FlaUInspect/images/choose_version.png) ###### Main Screen ![Main Screen](https://raw.githubusercontent.com/wiki/FlauTech/FlaUInspect/images/main_screen.png) In the ```Mode``` menu, you can choose a few different options: | Mode | Description | | ---- | ----------- | | Hover Mode | Enable this mode to select the item the mouse is over immediately in FlaUInspect when control is pressed | | Focus Tracking | Enable this mode that the focused element is always automatically selected in FlaUInspect | | Show XPath | Enable this option to show a simple XPath to the current selected element in the StatusBar of FlaUInspect|