Comparing version 5.15.6 to 5.16.0
@@ -68,26 +68,2 @@ "use strict"; | ||
const environmentPrototype = { | ||
isDevTools: { | ||
value: true | ||
}, | ||
isW3C: { | ||
value: true | ||
}, | ||
isMobile: { | ||
value: false | ||
}, | ||
isIOS: { | ||
value: false | ||
}, | ||
isAndroid: { | ||
value: false | ||
}, | ||
isChrome: { | ||
value: browserName === 'chrome' | ||
}, | ||
isSauce: { | ||
value: false | ||
}, | ||
isSeleniumStandalone: { | ||
value: false | ||
}, | ||
getPuppeteer: { | ||
@@ -97,2 +73,9 @@ value: () => browser | ||
}; | ||
Object.entries((0, _utils.devtoolsEnvironmentDetector)({ | ||
browserName | ||
})).forEach(([name, value]) => { | ||
environmentPrototype[name] = { | ||
value | ||
}; | ||
}); | ||
@@ -99,0 +82,0 @@ const commandWrapper = (_, __, commandInfo) => driver.register(commandInfo); |
{ | ||
"name": "devtools", | ||
"version": "5.15.6", | ||
"version": "5.16.0", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -33,6 +33,6 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"dependencies": { | ||
"@wdio/config": "5.15.3", | ||
"@wdio/config": "5.16.0", | ||
"@wdio/logger": "5.13.2", | ||
"@wdio/protocols": "5.15.6", | ||
"@wdio/utils": "5.15.1", | ||
"@wdio/protocols": "5.16.0", | ||
"@wdio/utils": "5.16.0", | ||
"chrome-launcher": "^0.11.1", | ||
@@ -45,3 +45,3 @@ "puppeteer-core": "^1.18.1", | ||
}, | ||
"gitHead": "e0eeb62c247e52e762a16b0b77c86c45d2164869" | ||
"gitHead": "ee9cc7ecb606a316ab157c7cef23cd95bc070aec" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64781
1580
+ Added@wdio/config@5.16.0(transitive)
+ Added@wdio/protocols@5.16.0(transitive)
+ Added@wdio/utils@5.16.0(transitive)
- Removed@wdio/config@5.15.3(transitive)
- Removed@wdio/protocols@5.15.6(transitive)
- Removed@wdio/utils@5.15.1(transitive)
Updated@wdio/config@5.16.0
Updated@wdio/protocols@5.16.0
Updated@wdio/utils@5.16.0