mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add command for opening Play Store.
This commit is contained in:
@@ -211,6 +211,12 @@ module.exports = function ControlServiceFactory(
|
||||
browser: browser.id
|
||||
})
|
||||
}
|
||||
|
||||
this.openStore = function() {
|
||||
return sendTwoWay('store.open')
|
||||
}
|
||||
|
||||
window.cc = this
|
||||
}
|
||||
|
||||
controlService.create = function(target, channel) {
|
||||
|
||||
Reference in New Issue
Block a user