-
|
Hi, I try to add end to end tests to my project. So does winui3 / windowsappsdk 1.X.X support the automation api? Best regards, Gitii |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
It works for me with random controls : |
Beta Was this translation helpful? Give feedback.
-
|
Solution: The main thread wasn't a STA thread. |
Beta Was this translation helpful? Give feedback.

Solution: The main thread wasn't a STA thread.
See sharpninja/WindowsAppSdkHost#3 for details