mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Update browser mappings.
This commit is contained in:
@@ -25,11 +25,14 @@ module.exports = syrup.serial()
|
||||
case 'com.android.chrome':
|
||||
app.type = 'chrome'
|
||||
break
|
||||
case 'com.chrome.beta':
|
||||
app.type = 'chrome-beta'
|
||||
break
|
||||
case 'com.sec.android.app.sbrowser':
|
||||
app.type = 'samsung-chrome'
|
||||
break
|
||||
case 'com.android.browser':
|
||||
app.type = 'default'
|
||||
app.type = 'android'
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user