@applitools/spec-driver-selenium 1.5.86 → 1.5.88

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 +29 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.88](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.87...js/spec-driver-selenium@1.5.88) (2024-10-31)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.6.0
9
+ #### Features
10
+
11
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
12
+ * @applitools/driver bumped to 1.19.5
13
+
14
+
15
+ ## [1.5.87](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.86...js/spec-driver-selenium@1.5.87) (2024-10-28)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/snippets bumped to 2.5.2
21
+ #### Bug Fixes
22
+
23
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
24
+ * @applitools/driver bumped to 1.19.4
25
+ #### Bug Fixes
26
+
27
+ * better handling of stale elements ([cab10ff](https://github.com/Applitools-Dev/sdk/commit/cab10ff1ae1e6f9560a7d278c710b3fa03f58c83))
28
+
29
+
30
+
31
+
3
32
  ## [1.5.86](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.85...js/spec-driver-selenium@1.5.86) (2024-10-21)
4
33
 
5
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.86",
3
+ "version": "1.5.88",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -46,7 +46,7 @@
46
46
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/driver": "1.19.3",
49
+ "@applitools/driver": "1.19.5",
50
50
  "@applitools/utils": "1.7.4"
51
51
  },
52
52
  "devDependencies": {