@applitools/spec-driver-selenium 1.5.54 → 1.5.55

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.55](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.54...js/spec-driver-selenium@1.5.55) (2023-08-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.13.4
9
+ #### Bug Fixes
10
+
11
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
12
+
13
+
14
+
15
+ * @applitools/snippets bumped to 2.4.22
16
+ #### Bug Fixes
17
+
18
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
19
+
3
20
  ## [1.5.54](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.53...js/spec-driver-selenium@1.5.54) (2023-07-21)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.54",
3
+ "version": "1.5.55",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,7 +45,7 @@
45
45
  "up:framework": "run --top-level add-silent selenium-webdriver"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.13.3",
48
+ "@applitools/driver": "1.13.4",
49
49
  "@applitools/utils": "1.5.0"
50
50
  },
51
51
  "devDependencies": {