@wdio/utils 9.7.3 → 9.10.1
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/node.js +1 -1
- package/package.json +3 -3
package/build/node.js
CHANGED
|
@@ -326,7 +326,7 @@ If you like to run a local browser session make sure to pick from one of the fol
|
|
|
326
326
|
const safaridriverOptions = caps["wdio:safaridriverOptions"] || {};
|
|
327
327
|
driver = "SafariDriver";
|
|
328
328
|
driverProcess = startSafaridriver({
|
|
329
|
-
useTechnologyPreview:
|
|
329
|
+
useTechnologyPreview: /preview/i.test(caps.browserName),
|
|
330
330
|
...safaridriverOptions,
|
|
331
331
|
port
|
|
332
332
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/utils",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.10.1",
|
|
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",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@puppeteer/browsers": "^2.2.0",
|
|
41
41
|
"@wdio/logger": "9.4.4",
|
|
42
|
-
"@wdio/types": "9.
|
|
42
|
+
"@wdio/types": "9.10.1",
|
|
43
43
|
"decamelize": "^6.0.0",
|
|
44
44
|
"deepmerge-ts": "^7.0.3",
|
|
45
45
|
"edgedriver": "^6.1.1",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "dc41a90e711d7b7a10e8129fb74650ad7a5956d0"
|
|
58
58
|
}
|