@applitools/spec-driver-selenium 1.5.67 → 1.5.69

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.69](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.68...js/spec-driver-selenium@1.5.69) (2024-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.4.25
9
+ #### Bug Fixes
10
+
11
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
12
+ * @applitools/driver bumped to 1.16.2
13
+ #### Bug Fixes
14
+
15
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
16
+
17
+
18
+
19
+
20
+ ## [1.5.68](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.67...js/spec-driver-selenium@1.5.68) (2023-12-19)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/driver bumped to 1.16.1
26
+ #### Bug Fixes
27
+
28
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
29
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
30
+ * fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
31
+
3
32
  ## [1.5.67](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.66...js/spec-driver-selenium@1.5.67) (2023-12-18)
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.67",
3
+ "version": "1.5.69",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,7 +45,7 @@
45
45
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.16.0",
48
+ "@applitools/driver": "1.16.2",
49
49
  "@applitools/utils": "1.7.0"
50
50
  },
51
51
  "devDependencies": {