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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -