Forum Discussion
HKosova
10 years agoSmartBear 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
- 37 minutes ago
- 23 hours ago
- 7 days ago
- 11 days ago