Hi,
How do we Install and Uninstall Android App using Appium?
App is not previously installed and I'm trying for fresh installation.
I have been using "--full-reset" to start the appium server. Also providing setting setting capability.
capabilities.setCapability("app", app.getAbsolutePath());
Its not installing the app. Could you please help?
Thanks,
Ajay