Forum Discussion
- HKosovaSmartBear Alumni (Retired)
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 */
Related Content
- 8 years ago
Recent Discussions
- 7 hours ago