Union Palenshus
Union Palenshus
The above fix doesn't work for me. It might work once immediately afterwards but then prompts me again, giving me the phone notification each time. If I just click "Allow",...
I'd love this as well! If someone goes about adding this, please include conditional styling on the parent node depending on whether or not all of its children are selected
I switched to using https://github.com/iVantage/angular-ivh-treeview, which is pretty powerful and has multi-select
@Roemer, what do you think? I'm happy to make this change if you approve
Nope. Maybe it's supposed to, but it currently returns 0 windows for "chrome.exe", whereas GetMainWindow() returns one window. See this LINQPad script for a demo: http://share.linqpad.net/8g76ve.linq
Yes there are multiple processes but only one process has a MainWindowHandle. For an easy repro, open up two chrome Windows and run this LINQPad script: http://share.linqpad.net/q5n2np.linq In the first...
Who's triaging this repo and/or reviewing PRs? @Roemer? @maxinfet?
Thanks @Roemer! That's a decent workaround, though I do think it would be better to have a dedicated method. If there's only ever one "MainWindow", then perhaps instead it could...
I get different results with that. I tried it using Chrome with two windows open: ```cs using var app = FlaUI.Core.Application.Attach("chrome.exe"); using var automation = new UIA3Automation(); var topLevelWindows =...
I also think `FindFirstNested` should be renamed to `FindFirstChildNested`, and `FindFirstNested` should allow specifying a `TreeScope` for each condition, just like `FindFirst` does. If that's too big of a breaking...