FlaUI icon indicating copy to clipboard operation
FlaUI copied to clipboard

UI automation library for .Net

Results 228 FlaUI issues
Sort by recently updated
recently updated
newest added

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: ![Dev_PC](https://user-images.githubusercontent.com/59566205/90798559-c1e6ba80-e31a-11ea-9ab8-016b263017d1.PNG) On the Testing PC, I have this in FlaUInspect: ![Test_PC](https://user-images.githubusercontent.com/59566205/90798630-d75be480-e31a-11ea-9aee-3bbf80e86663.PNG) These 2 tree...

I use FlaUInspect to view ListViewSubItem. I can't see the value of ListViewSubItem. The screenshot is as follows: ![image](https://user-images.githubusercontent.com/1710990/88460480-0f643900-cecf-11ea-8a09-feaf1b7f374c.png) Use UIAVerify to check the ListViewSubItem, also can't find the value...