webdriverio 8.41.0 → 8.43.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.
|
@@ -68,7 +68,7 @@ export async function reloadSession(newCapabilities) {
|
|
|
68
68
|
* there maybe times where session is ended remotely, browser.deleteSession() will fail in this case)
|
|
69
69
|
* this can be worked around in code but requires a lot of overhead
|
|
70
70
|
*/
|
|
71
|
-
log.warn(`Suppressing error closing the session: ${err.
|
|
71
|
+
log.warn(`Suppressing error closing the session: ${err.message}`);
|
|
72
72
|
}
|
|
73
73
|
if (this.puppeteer?.isConnected()) {
|
|
74
74
|
this.puppeteer.disconnect();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriverio",
|
|
3
3
|
"description": "Next-gen browser and mobile automation test framework for Node.js",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.43.0",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@types/node": "^22.2.0",
|
|
72
|
-
"@wdio/config": "8.
|
|
72
|
+
"@wdio/config": "8.43.0",
|
|
73
73
|
"@wdio/logger": "8.38.0",
|
|
74
74
|
"@wdio/protocols": "8.40.3",
|
|
75
75
|
"@wdio/repl": "8.40.3",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"aria-query": "^5.0.0",
|
|
80
80
|
"css-shorthand-properties": "^1.1.1",
|
|
81
81
|
"css-value": "^0.0.1",
|
|
82
|
-
"devtools-protocol": "^0.0.
|
|
82
|
+
"devtools-protocol": "^0.0.1400418",
|
|
83
83
|
"grapheme-splitter": "^1.0.2",
|
|
84
84
|
"import-meta-resolve": "^4.0.0",
|
|
85
85
|
"is-plain-obj": "^4.1.0",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"resq": "^1.9.1",
|
|
93
93
|
"rgb2hex": "0.2.5",
|
|
94
94
|
"serialize-error": "^11.0.1",
|
|
95
|
-
"webdriver": "8.
|
|
95
|
+
"webdriver": "8.43.0"
|
|
96
96
|
},
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"devtools": "^8.14.0"
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"optional": true
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "f3783f61e0c62001cda71231fb4d947951f6f10d"
|
|
106
106
|
}
|