We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78b9eb commit 429ee1bCopy full SHA for 429ee1b
test/selenium-lib.js
@@ -74,7 +74,7 @@ function buildDriver() {
74
.addArguments('use-fake-ui-for-media-stream');
75
76
// Only enable this for Chrome >= 49.
77
- if (getBrowserVersion >= '49') {
+ if (process.env.BROWSER === 'chrome' && getBrowserVersion >= '49') {
78
chromeOptions.addArguments('--enable-experimental-web-platform-features');
79
}
80
0 commit comments