Solved
Forum Discussion
HKosova
Alumni
11 years agoYou can get the date using the shell date command:
// JScript
var strDate = Mobile.Device("emulator-5554").ShellExecute("date");
Log.Message(strDate);
/*
Output:
Fri Sep 4 13:30:45 GMT 2015
*/You can get the date using the shell date command:
// JScript
var strDate = Mobile.Device("emulator-5554").ShellExecute("date");
Log.Message(strDate);
/*
Output:
Fri Sep 4 13:30:45 GMT 2015
*/You can get the date using the shell date command:
// JScript
var strDate = Mobile.Device("emulator-5554").ShellExecute("date");
Log.Message(strDate);
/*
Output:
Fri Sep 4 13:30:45 GMT 2015
*/