i want to install an apk regardless it is installed or not before, it must override the existing one. and i want to keep it on android phone after test.
How could i implement it with capabilities? i found if i set fullReset to true, it will force to install apk, but it also delete it after test, that is not what i want.
capabilities.setCapability(“noReset”, false);
capabilities.setCapability(“fullReset”, true);
capabilities.setCapability(MobileCapabilityType.APP, path)