FlaUI
FlaUI copied to clipboard
UI automation library for .Net
**Describe the feature** Describe the feature that you are missing. **Workarounds** Describe workarounds (if any) which you can use as long as the feature is missing. **Additional context** Add any...
**Describe the bug** Get Culture Info from text property throws an Exception by UIA2 usage. On UIA3 interface CultureInfo will be returned correctly. I used here the WpfTestApplication.exe from FlaUI....
**Describe the bug** When trying to run automation for FlaUI.UIA2 package version 4.0.0 on a self-hosted Azure DevOps build agent I get the error: System.IO.FileNotFoundException : Could not load file...
**Describe the bug** In my program, the application need to be closed and re-open after one task finished then start another task. But some properties such as "IsDialog","IsOffscreen" not support...
Working with WinForms. When I encounter a multi-line `Edit` control, it's identified as a `Document` element. Because of this I can't access the `Value` pattern, which means I cannot check...
**Describe the bug** Attempting to use Flaui as part of automated UI testing. The servers we use to run our test suites and builds are rather slow, so as can...
Window Capture Error with AutomationElement.Capture() when Window system screen scaling is not 100%
**Describe the bug** When I have the screen scaling set to 150% on my laptop with a 2k LCD, the method AutomationElement.Capture() would not work as expected (captured the wrong...
**Describe the feature** Does FlaUI support pen input? https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-injectsyntheticpointerinput Describe the feature that you are missing. **Workarounds** Non **Additional context**
**Describe the feature** There is currently a feature for debugging that creates a three-like, text-based, structure of the UI structure. I like the idea of the [Details()](https://github.com/FlaUI/FlaUI/blob/33e286aaeb3176fcd2bd938ed841faba51c26608/src/FlaUI.Core/Debug.cs) function, but if...
Assuming that I am using the FlaUI library correctly, there may be cases where a window will not be made fully visible when given `Focus()`. # Steps To Reproduce The...