mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Implement clearBrowser().
This commit is contained in:
@@ -204,6 +204,12 @@ module.exports = function ControlServiceFactory(
|
||||
, browser: browser ? browser.id : null
|
||||
})
|
||||
}
|
||||
|
||||
this.clearBrowser = function(browser) {
|
||||
return sendTwoWay('browser.clear', {
|
||||
browser: browser.id
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
controlService.create = function(target, channel) {
|
||||
|
||||
Reference in New Issue
Block a user