Edwin Hernandez and others - We have been using appium for our windows app testing for quite some, the current solution is kind of manual.. Here is is how it works:
- Appium and desktop app is installed in windows machine
- Login to windows VM
- Run appium tests (JUnit tests - we use java)
We are planning to deploy this is cloud, but we have hit a roadblock right now.. we can successfully run the tests only if we remotely connect to windows machine.. if we just launch the tests without RDP we get the below exception:
org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session.
Please check the server log for more details. Original error:
An unknown server-side error occurred while processing the command.
Is it possible to run appium tests without manual RDP? Really appreciate your help. Thanks