I am using appium with selenium and chrome on android device for running tests,
After execution its uninstalling chrome’s updates.
I don’t want this to be done.
what command needs to be given?
I am using appium with selenium and chrome on android device for running tests,
After execution its uninstalling chrome’s updates.
I don’t want this to be done.
what command needs to be given?
@Ajay_Bajaj remove --full-reset
and use--no-reset
option before starting an appium server.