@applitools/spec-driver-webdriver 1.1.13 → 1.1.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.15](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.14...js/spec-driver-webdriver@1.1.15) (2024-10-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.5.1
9
+ #### Bug Fixes
10
+
11
+ * isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
12
+ * @applitools/driver bumped to 1.19.3
13
+
14
+
15
+ ## [1.1.14](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.13...js/spec-driver-webdriver@1.1.14) (2024-10-03)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/driver bumped to 1.19.2
21
+ #### Bug Fixes
22
+
23
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
24
+
3
25
  ## [1.1.13](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.12...js/spec-driver-webdriver@1.1.13) (2024-09-16)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "keywords": [
5
5
  "webdriver",
6
6
  "chrome devtools protocol",
@@ -49,7 +49,7 @@
49
49
  "up:framework": "echo \"$(jq '.devDependencies.webdriver = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
50
50
  },
51
51
  "dependencies": {
52
- "@applitools/driver": "1.19.1",
52
+ "@applitools/driver": "1.19.3",
53
53
  "@applitools/utils": "1.7.4",
54
54
  "http-proxy-agent": "5.0.0",
55
55
  "https-proxy-agent": "5.0.1"