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

**Describe the bug** We have a TabControl which is styled. But when trying to find sub elements of that TabControl, they are not visible, neither in FlaUInspector or through code....

**Describe the bug** I am doing a small PoC with an app, just open it, click some buttons and close. I tried to do it in a simple project (not...

When attempting to find all descendants of an AutomationElement and then filtering it via Linq, this error occurs as you can see in the below picture. I'm testing this on...

**Describe the bug** var WinWindow = Desktop.FindAllDescendants(cf=> cf.ByName("Google")); takes 5 seconds more to find all descendants rather than var Windows = Desktop.FindAllChildren().Where(x=> x.Name.ToUpper().Contains("GOOGLE")); that will find it in less than...

**Describe the feature** How to maximize, minimize, restore a `Window`? **Workarounds** I guess I could look for the maximize button. But there surely is a better way, is there?

**Describe the bug** Both TextPattern and Text2Pattern throw NotImplementedException when calling GetSelection() on the Chrome address bar. However, for Edge I can use the TextPattern to get the selected text...

I have a VerticalScrollBar and would like to bring an item into view by scrolling. Since i couldn't find another way i try to use ScrollUp and ScrollDown to bring...

**Describe the bug** The element tree structure in FlaUInspect is now showing some items that used to display as tables or dataItems as groups. My previous code that went after...

**Describe the feature** I just found out about the FindFirstNested api, which is pretty cool, but for my purposes I need a FindFirstDescendantNested, is that something we could add? **Workarounds**...

**Describe the bug** For example, Google Chrome can have multiple open windows, but FlaUI only allows getting the automation controls for the "main" one, which is arbitrary. It'd be great...