FlaUI
FlaUI copied to clipboard
UI automation library for .Net
I am trying to assert on values in certain boxes using the FlaUI library with Robot Framework. Can someone help me with the xpath identifier that I should use. My...
I'm trying to get an information inside "Config" on Windows 11, but the GetMainWindow() method seems to freeze every time. I faced a similar problem when I tried to do...
**Describe the feature** I have a WPF project that in order to login uses the OAuth 2 flow trough a webview. It would be nice if is possible to interact...
When I get an element, Google Chrome closes Code : if (automation.FromPoint(new System.Drawing.Point(X, Y)) is AutomationElement rawElement) { return new UIElement(rawElement); }
Since a while (since the app under test is transformed from a app running in one process to an app running in multiple process (lets call it a segregation build),...
**Describe the feature** I want to check a label's backgroundImage to know if it has a backgroundImage or not. and that's a label control, but FlaUi displays it as a...
The following exception occurs sporadically when running the VideoRecorder on a virtual machine. ``` build 30-Jun-2020 14:38:50 System.AggregateException: One or more errors occurred. ---> System.InvalidOperationException: Pipe hasn't been connected yet....
**Describe the bug** Not invoking checkbox as needed **Code snippets** I have tried quite a bit of code for this, exhausted all the toggles, checks, etc... ``` cb.Focus(); var togglePattern...
Hello, I am facing a weird issue. On the Development PC, I have this in FlaUInspect:  On the Testing PC, I have this in FlaUInspect:  These 2 tree...
I use FlaUInspect to view ListViewSubItem. I can't see the value of ListViewSubItem. The screenshot is as follows:  Use UIAVerify to check the ListViewSubItem, also can't find the value...