webdriverio 8.16.18 → 8.16.20

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.
@@ -21,7 +21,7 @@
21
21
  * ```js
22
22
  * // print all image sources
23
23
  * for await (const img of $$('img')) {
24
- * console.log(await img.getAttribute('src))
24
+ * console.log(await img.getAttribute('src'))
25
25
  * }
26
26
  * ```
27
27
  *
@@ -21,7 +21,7 @@
21
21
  * ```js
22
22
  * // print all image sources
23
23
  * for await (const img of $$('img')) {
24
- * console.log(await img.getAttribute('src))
24
+ * console.log(await img.getAttribute('src'))
25
25
  * }
26
26
  * ```
27
27
  *
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.16.18",
4
+ "version": "8.16.20",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@types/node": "^20.1.0",
71
- "@wdio/config": "8.16.17",
71
+ "@wdio/config": "8.16.20",
72
72
  "@wdio/logger": "8.16.17",
73
73
  "@wdio/protocols": "8.16.5",
74
74
  "@wdio/repl": "8.10.1",
@@ -78,7 +78,7 @@
78
78
  "aria-query": "^5.0.0",
79
79
  "css-shorthand-properties": "^1.1.1",
80
80
  "css-value": "^0.0.1",
81
- "devtools-protocol": "^0.0.1188743",
81
+ "devtools-protocol": "^0.0.1203626",
82
82
  "grapheme-splitter": "^1.0.2",
83
83
  "import-meta-resolve": "^3.0.0",
84
84
  "is-plain-obj": "^4.1.0",
@@ -90,7 +90,7 @@
90
90
  "resq": "^1.9.1",
91
91
  "rgb2hex": "0.2.5",
92
92
  "serialize-error": "^11.0.1",
93
- "webdriver": "8.16.17"
93
+ "webdriver": "8.16.20"
94
94
  },
95
95
  "peerDependencies": {
96
96
  "devtools": "^8.14.0"
@@ -100,5 +100,5 @@
100
100
  "optional": true
101
101
  }
102
102
  },
103
- "gitHead": "2045bb85cbd7323d130d1458c75aba550f29f544"
103
+ "gitHead": "ff4b649f0ecda751c933974cfe046a70c8b01b9f"
104
104
  }