Roman
Roman
I am aware of the crash. The problem is that when the whole tree changes and you then select an element from the "old" tree in FlaUInspect, it will crash....
Hmm strange, I don't have that much differences, usually UIA3 reacts quite immediately. Could you try running some of the UITests of FlaUI itself? If the UIA3 tests are also...
Might be an issue with permissions? Try running the code with FlaUI elevated.
Is this still an issue?
Does your code also run as administrator? Also can you maybe check that it runs inthe same architecture (32/64bit) as FlaUInspect?
I am missing some code where you start and await the task. Another input could be to use `Click` as this does not block. But using invoke in a task...
Is it running on a CI or can you reproduce the problem locally as well?
Interesting. Does the same happen on a different computer? And what if you capture more of the screen? Is it still black?
StoreApps are a bit of a pain. Make sure that you have the outmost Window (and not the inner window) of the application. They have different process ids and only...
Depending in your container you might have a `ScrollItemPattern` on your container which allows to scroll an element into view. Give that a try. Otherwise can you post the exact...