I am trying to interact with an Android mobile phone, specifically click on “back” and “home” buttons or drag application icons on the desktop itself.
This can be achieved in latest Appium Desktop, using “No Application” option. Taking the code from that script and trying to run it in Android studio, I get into situation when Appium server says: “Error: The desired capabilities must include either an app, appPackage or browserName”
Also looking through docs, I can’t see how one would create a connection to connect without specifying an application to use. I also tried empty strings and looked everywhere for a solution and found nothing so far.
Can this be accomplished and how, please?