java - How to Uninstall the Mobile App using Appium -
@beforesuite,
i launching mobile app on emulator.
after perform testing
@aftersuite, want uninstall app, how can achieve ?
just use "noresetvalue" capability while set them appium.
it takes value, true , false
when set false , uninstalls app , re-installs each time re-run suite java example:
capa = new desiredcapabilities(); capa.setcapability("noresetvalue","false");
Comments
Post a Comment