forked from enviPath/enviPy
Current Dev State
This commit is contained in:
20
static/js/ketcher2/node_modules/webdriverio/lib/protocol/toggleWiFi.js
generated
vendored
Normal file
20
static/js/ketcher2/node_modules/webdriverio/lib/protocol/toggleWiFi.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
/**
|
||||
*
|
||||
* Switch the state (enabled/disabled) of the wifi service.
|
||||
*
|
||||
* <example>
|
||||
:toggleWiFi.js
|
||||
client.toggleWiFi()
|
||||
* </example>
|
||||
*
|
||||
* @type mobile
|
||||
* @for android
|
||||
*
|
||||
*/
|
||||
|
||||
export default function toggleWiFi () {
|
||||
return this.requestHandler.create({
|
||||
path: '/session/:sessionId/appium/device/toggle_wifi',
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user