@applitools/spec-driver-selenium 1.5.58 → 1.5.59

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.59](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.58...js/spec-driver-selenium@1.5.59) (2023-09-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.4.24
9
+ #### Bug Fixes
10
+
11
+ * add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
12
+ * @applitools/driver bumped to 1.14.1
13
+
14
+
3
15
  ## [1.5.58](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.57...js/spec-driver-selenium@1.5.58) (2023-09-04)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.58",
3
+ "version": "1.5.59",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,7 +45,7 @@
45
45
  "up:framework": "yarn add --dev --caret selenium-webdriver${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.14.0",
48
+ "@applitools/driver": "1.14.1",
49
49
  "@applitools/utils": "1.6.0"
50
50
  },
51
51
  "devDependencies": {