@wdio/utils 8.13.13 → 8.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/envDetector.js +2 -2
- package/package.json +3 -3
package/build/envDetector.js
CHANGED
|
@@ -57,9 +57,9 @@ function isChrome(capabilities) {
|
|
|
57
57
|
return Boolean(capabilities.chrome || capabilities['goog:chromeOptions']);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* check if session is run by
|
|
60
|
+
* check if session is run by Geckodriver
|
|
61
61
|
* @param {Object} capabilities caps of session response
|
|
62
|
-
* @return {Boolean} true if run by
|
|
62
|
+
* @return {Boolean} true if run by Geckodriver
|
|
63
63
|
*/
|
|
64
64
|
function isFirefox(capabilities) {
|
|
65
65
|
if (!capabilities) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.14.0",
|
|
4
4
|
"description": "A WDIO helper utility to provide several utility functions used across the project.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@wdio/logger": "8.11.0",
|
|
34
|
-
"@wdio/types": "8.
|
|
34
|
+
"@wdio/types": "8.14.0",
|
|
35
35
|
"import-meta-resolve": "^3.0.0"
|
|
36
36
|
},
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "cb2092b007e6d2ac23a49aa30dae67d70e45906d"
|
|
41
41
|
}
|