mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Impement remote connect plugin.
This commit is contained in:
@@ -189,6 +189,14 @@ module.exports = function ControlServiceFactory(
|
||||
return sendTwoWay('logcat.stop')
|
||||
}
|
||||
|
||||
this.startRemoteConnect = function() {
|
||||
return sendTwoWay('connect.start')
|
||||
}
|
||||
|
||||
this.stopRemoteConnect = function() {
|
||||
return sendTwoWay('connect.stop')
|
||||
}
|
||||
|
||||
this.openBrowser = function(url, browser) {
|
||||
return sendTwoWay('browser.open', {
|
||||
url: url
|
||||
|
||||
Reference in New Issue
Block a user