Closed Codex04 closed 2 years ago
Because of using uiElement.AutomationElement.FindFirst instead of uiElement.AutomationElement.TryFindFirst, in some cases the method was throwing when no element was found
A test would be nice.
This library has struggled on CI, never found time to dig in.
I added a test that proves the fix works but I admit I'm not motivated enough to fix the IC sorry for that 😄
Thanks!
https://www.nuget.org/packages/Gu.Wpf.UiAutomation/0.4.1
Because of using uiElement.AutomationElement.FindFirst instead of uiElement.AutomationElement.TryFindFirst, in some cases the method was throwing when no element was found