Skip to content

Commit d5019b4

Browse files
authored
Update webdriverio etc. to 9.10.1 (#4876)
1 parent 3b4f87e commit d5019b4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/container.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,4 +574,4 @@ function normalizeAndJoin(basePath, subPath) {
574574

575575
// Join the paths using POSIX-style
576576
return path.posix.join(normalizedBase, normalizedSub)
577-
}
577+
}

lib/helper/Appium.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class Appium extends Webdriver {
384384
_buildAppiumEndpoint() {
385385
const { protocol, port, hostname, path } = this.browser.options
386386
// Ensure path does NOT end with a slash to prevent double slashes
387-
const normalizedPath = path.replace(/\/$/, '');
387+
const normalizedPath = path.replace(/\/$/, '')
388388
// Build path to Appium REST API endpoint
389389
return `${protocol}://${hostname}:${port}${normalizedPath}/session/${this.browser.sessionId}`
390390
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@
131131
"@types/chai": "4.3.19",
132132
"@types/inquirer": "9.0.7",
133133
"@types/node": "22.13.0",
134-
"@wdio/sauce-service": "9.7.2",
134+
"@wdio/sauce-service": "9.10.1",
135135
"@wdio/selenium-standalone-service": "8.15.0",
136-
"@wdio/utils": "9.7.2",
137-
"@xmldom/xmldom": "0.9.8",
136+
"@wdio/utils": "9.10.1",
137+
"@xmldom/xmldom": "0.9.7",
138138
"chai": "^4.0.0",
139139
"chai-as-promised": "7.1.2",
140140
"chai-subset": "1.6.0",
@@ -171,7 +171,7 @@
171171
"typedoc-plugin-markdown": "4.4.2",
172172
"typescript": "5.7.3",
173173
"wdio-docker-service": "3.2.1",
174-
"webdriverio": "9.7.2",
174+
"webdriverio": "9.10.1",
175175
"xml2js": "0.6.2",
176176
"xpath": "0.0.34"
177177
},

0 commit comments

Comments
 (0)