webdriverio 8.32.4 → 8.33.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.
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Uploads a file to the Selenium Standalone server or other browser driver
3
- * (e.g. Chromedriver) by using the [`file`](https://webdriver.io/docs/api/selenium#file) command.
4
- * _Note:_ that this command is only supported if you use a Selenium Hub or
5
- * Chromedriver directly.
3
+ * (e.g. Chromedriver or EdgeDriver) by using the [`file`](https://webdriver.io/docs/api/selenium#file) command.
4
+ * _Note:_ that this command is only supported if you use a Selenium Hub,
5
+ * Chromedriver or EdgeDriver directly.
6
6
  *
7
7
  * __Note:__ this command uses an un-offical protocol feature that is currently
8
8
  * only supported in Chrome and when running a [Selenium Grid](https://www.selenium.dev/documentation/en/grid/).
@@ -3,9 +3,9 @@ import path from 'node:path';
3
3
  import archiver from 'archiver';
4
4
  /**
5
5
  * Uploads a file to the Selenium Standalone server or other browser driver
6
- * (e.g. Chromedriver) by using the [`file`](https://webdriver.io/docs/api/selenium#file) command.
7
- * _Note:_ that this command is only supported if you use a Selenium Hub or
8
- * Chromedriver directly.
6
+ * (e.g. Chromedriver or EdgeDriver) by using the [`file`](https://webdriver.io/docs/api/selenium#file) command.
7
+ * _Note:_ that this command is only supported if you use a Selenium Hub,
8
+ * Chromedriver or EdgeDriver directly.
9
9
  *
10
10
  * __Note:__ this command uses an un-offical protocol feature that is currently
11
11
  * only supported in Chrome and when running a [Selenium Grid](https://www.selenium.dev/documentation/en/grid/).
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.32.4",
4
+ "version": "8.33.0",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -69,13 +69,13 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@types/node": "^20.1.0",
72
- "@wdio/config": "8.32.4",
72
+ "@wdio/config": "8.33.0",
73
73
  "@wdio/logger": "8.28.0",
74
74
  "@wdio/protocols": "8.32.0",
75
75
  "@wdio/repl": "8.24.12",
76
76
  "@wdio/types": "8.32.4",
77
- "@wdio/utils": "8.32.4",
78
- "archiver": "^6.0.0",
77
+ "@wdio/utils": "8.33.0",
78
+ "archiver": "^7.0.0",
79
79
  "aria-query": "^5.0.0",
80
80
  "css-shorthand-properties": "^1.1.1",
81
81
  "css-value": "^0.0.1",
@@ -91,7 +91,7 @@
91
91
  "resq": "^1.9.1",
92
92
  "rgb2hex": "0.2.5",
93
93
  "serialize-error": "^11.0.1",
94
- "webdriver": "8.32.4"
94
+ "webdriver": "8.33.0"
95
95
  },
96
96
  "peerDependencies": {
97
97
  "devtools": "^8.14.0"
@@ -101,5 +101,5 @@
101
101
  "optional": true
102
102
  }
103
103
  },
104
- "gitHead": "f8d2d051d1331f4c24521a3c3b0e830ff3e45282"
104
+ "gitHead": "b00f5062e9ca87d6b2d01b1e9fa66ab15d8636b4"
105
105
  }