mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Screenshots are more or less working (server-side). Resize not implemented yet. Temporarily breaks APK uploads.
This commit is contained in:
@@ -216,6 +216,10 @@ module.exports = function ControlServiceFactory(
|
||||
return sendTwoWay('store.open')
|
||||
}
|
||||
|
||||
this.screenshot = function() {
|
||||
return sendTwoWay('screen.capture')
|
||||
}
|
||||
|
||||
window.cc = this
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user