forked from enviPath/enviPy
Current Dev State
This commit is contained in:
13
static/js/ketcher2/node_modules/webdriverio/lib/protocol/getDeviceTime.js
generated
vendored
Normal file
13
static/js/ketcher2/node_modules/webdriverio/lib/protocol/getDeviceTime.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
*
|
||||
* Captures iOS device date and time (command works only for real devices).
|
||||
*
|
||||
* @see https://github.com/appium/appium-ios-driver/blob/master/lib/commands/general.js#L19-L35
|
||||
* @type mobile
|
||||
* @for ios
|
||||
*
|
||||
*/
|
||||
|
||||
export default function getDeviceTime () {
|
||||
return this.requestHandler.create('/session/:sessionId/appium/device/system_time')
|
||||
}
|
||||
Reference in New Issue
Block a user