2016-04-15

Hi I'm trying to set the emulator system time to a predefined date every time i run the testcases.
I've found the command "adb shell date --set=" which changes time but couldn't implement it using appium API's.
Could you pointout how to implement it or other alternatives.

I've also opened a thread on appium discuss.
https://discuss.appium.io/t/how-to-change-set-emulator-time-using-appium/7830

Show more