We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db430b2 commit ea1df9eCopy full SHA for ea1df9e
lib/sauce-browser.js
@@ -54,7 +54,7 @@ SauceBrowser.prototype._start = function () {
54
}, conf.capabilities)
55
56
// Workaround for https://github.com/airtap/browsers/issues/3
57
- if (initOpts.browserName === 'android' && initOpts.version.split('.')[0] === '7') {
+ if (initOpts.browserName === 'android' && parseInt(initOpts.version) >= 7) {
58
initOpts.deviceName = 'Android GoogleAPI Emulator'
59
}
60
0 commit comments