mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Add browser list to device identity.
This commit is contained in:
@@ -42,6 +42,17 @@ module.exports = syrup.serial()
|
||||
, identity.display.secure
|
||||
, identity.display.url
|
||||
)
|
||||
, new wire.DeviceBrowsersMessage(
|
||||
identity.browsers.selected
|
||||
, identity.browsers.apps.map(function(app) {
|
||||
return new wire.DeviceBrowserAppMessage(
|
||||
app.name
|
||||
, app.component
|
||||
, app.selected
|
||||
, app.icon
|
||||
)
|
||||
})
|
||||
)
|
||||
))
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user