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
New has been [released](https://github.com/FlaUI/FlaUInspect/releases/tag/v2.0.0)!
6
+
7
+
This is a major update with a lot of changes:
8
+
* Complete rewrite of the application
9
+
* New UI
10
+
* New features
11
+
* Much more stable
12
+
* Based on .NET 8
13
+
* Three separate versions for UIA2 and UIA3 and default with choosing on startup
14
+
8
15
9
16
### Installation
10
-
To install FlaUInspect, either build it yourself, get it from chocolatey (https://community.chocolatey.org/packages/flauinspect) or get the zip from the releases page here on GitHub.
17
+
To install FlaUInspect, either build it yourselfor get the zip from the releases page here on GitHub (https://github.com/FlaUI/FlaUInspect/releases).
11
18
12
19
### Description
13
20
There are various tools around which help inspecting application that should be ui tested or automated. Some of them are:
@@ -19,17 +26,27 @@ Most of them are old and sometimes not very stable and (if open source), a code
19
26
20
27
FlaUInspect is supposed to be a modern alternative, based on [FlaUI](https://github.com/Roemer/FlaUI).
21
28
22
-
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).
On startup of FlaUInspect, 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).
30
+
You can use pre-built versions of FlaUInspect.UIA2 and FlaUInspect.UIA3 if you want to use a version of UIA.
0 commit comments