@applitools/eyes-selenium 4.82.34 → 4.82.35
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.
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.82.35](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.34...js/eyes-selenium@4.82.35) (2026-04-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.7.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* add elementFromPointCheckStatus to DOM capture output | AD-13066 ([#3690](https://github.com/Applitools-Dev/sdk/issues/3690)) ([4fbb117](https://github.com/Applitools-Dev/sdk/commit/4fbb117d53a9a44248772100947ed68133f5b5db))
|
|
12
|
+
* @applitools/core bumped to 4.59.1
|
|
13
|
+
|
|
14
|
+
* @applitools/eyes bumped to 1.38.13
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* add NML capabilities | Fld 2828 ([#3745](https://github.com/Applitools-Dev/sdk/issues/3745)) ([1c8173e](https://github.com/Applitools-Dev/sdk/commit/1c8173ee5bcf26527c0a9ba58a063028a329f6c4))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
3
22
|
## [4.82.34](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.33...js/eyes-selenium@4.82.34) (2026-03-29)
|
|
4
23
|
|
|
5
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.82.
|
|
3
|
+
"version": "4.82.35",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.38.
|
|
44
|
+
"@applitools/eyes": "1.38.13",
|
|
45
45
|
"@applitools/spec-driver-selenium": "1.7.15"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|