FlaUI
FlaUI copied to clipboard
UI automation library for .Net
This just to let you know that FlaUI v4 currently gets flagged by tools such as osv-scanner due to its dependency on a vulnerable version of System.Drawing.Common. The problem is...
When i use my own written UWP application, Application.GetMainWindow() get stuck. I've tried using Application.GetAllTopLevelWindows(Automation) but it returns 0 elements. The reason of this is because the process id saved...
If an exception is thrown during a retry, retryResult will not save it. This fix will do it
Hi. We have experienced, that clearly detectable UI elements suddenly are no longer detectable after performing some navigation forth and back. The team have not been able to explain why,...
**Description** When I try to get a comboxbox using FlaUI method FindFirstDescendant(), I get a non-null object, but it is empty, even though the combobox does have items in it....
I am writing to perform a flow with the following steps on Windows 10 1) Click on "Type here to search" 2) Type "Printers & scanners" 3) Click Open 4)...
**Describe the bug** Tried to click on an element by BoundingRectangle coordinates **Code snippets** public void GetCoordinates() { var element = WaitForPresence(); var rectangle = element.BoundingRectangle; Console.WriteLine($"\n>>>>>>>> {rectangle}
I am trying to do something like this on an application ``` using(Keyboard.Pressing(VirtuaalKeyShort.ALT)) { Keyboard.Type("y"); } ``` but it does not seem to be working. But this seems working ```...
HI, At present, i am using **UIAComWrapper** in my project. It's working fine but stuck at few important task on handling the cursor position inside the custom control like DevExpress...
**Describe the bug** IsSupported is verified, but an error is still raised.I really can't understand why there are still errors even though the judgment has been made **Code snippets** //...