@Aleksei
I’m spinning in more circles.
Appium is working and starting up when I restart but its not starting my WPF app when I run a test.
I’ve updated appium to 1.9.1 and WinAppDriver to 1.1, but it cannot start the app. The logs includes: {"status":13,"value":{"error":"unknown error","message":"Failed to locate opened application window with appId: C:\\Testing\\SystemUnderTest\\Latest\\WPF\\TestAutomation\\example.exe, and processId: 8900"}}
I also have the latest desktop app and when I run that my WPF app will start. Those logs use the same escaped path for the app so that’s not it. I’m thinking its a problem with the fact that its running from a servce?