@applitools/eyes-selenium 4.82.23 → 4.82.25
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 +88 -0
- package/package.json +9 -3
- package/types/index.d.ts +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,93 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.82.25](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.24...js/eyes-selenium@4.82.25) (2026-02-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/logger bumped to 2.2.8
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Performance Improvements
|
|
15
|
+
|
|
16
|
+
* add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
|
|
17
|
+
* @applitools/tunnel-client bumped to 1.11.6
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/core bumped to 4.56.2
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
|
|
28
|
+
* tunnel client binary ([#3535](https://github.com/Applitools-Dev/sdk/issues/3535)) ([5c4752e](https://github.com/Applitools-Dev/sdk/commit/5c4752e3dd9cc42052d23793284dc6a0cd8e3b72))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#### Performance Improvements
|
|
32
|
+
|
|
33
|
+
* add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/dom-snapshot bumped to 4.15.8
|
|
38
|
+
|
|
39
|
+
* @applitools/socket bumped to 1.3.9
|
|
40
|
+
|
|
41
|
+
* @applitools/req bumped to 1.8.8
|
|
42
|
+
|
|
43
|
+
* @applitools/dom-capture bumped to 11.6.9
|
|
44
|
+
|
|
45
|
+
* @applitools/driver bumped to 1.25.1
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.6
|
|
48
|
+
|
|
49
|
+
* @applitools/spec-driver-selenium bumped to 1.7.12
|
|
50
|
+
|
|
51
|
+
* @applitools/spec-driver-puppeteer bumped to 1.7.1
|
|
52
|
+
|
|
53
|
+
* @applitools/screenshoter bumped to 3.12.13
|
|
54
|
+
|
|
55
|
+
* @applitools/nml-client bumped to 1.11.16
|
|
56
|
+
|
|
57
|
+
* @applitools/ufg-client bumped to 1.19.1
|
|
58
|
+
|
|
59
|
+
* @applitools/core-base bumped to 1.31.2
|
|
60
|
+
|
|
61
|
+
* @applitools/ec-client bumped to 1.12.18
|
|
62
|
+
|
|
63
|
+
* @applitools/eyes bumped to 1.38.3
|
|
64
|
+
#### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* closing eyes without open | FLD-2814 ([#2916](https://github.com/Applitools-Dev/sdk/issues/2916)) ([d5425df](https://github.com/Applitools-Dev/sdk/commit/d5425dfedcc98bebd547d0d1ce5bcd10fa675c0d))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
* @applitools/test-server bumped to 1.4.0
|
|
71
|
+
#### Features
|
|
72
|
+
|
|
73
|
+
* make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
|
|
74
|
+
* mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## [4.82.24](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.23...js/eyes-selenium@4.82.24) (2026-01-27)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
### Dependencies
|
|
83
|
+
|
|
84
|
+
* @applitools/core bumped to 4.56.1
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* take branch and parent from scm integration and populate in field- fld-4074 ([#3492](https://github.com/Applitools-Dev/sdk/issues/3492)) ([0af3128](https://github.com/Applitools-Dev/sdk/commit/0af31283888c2896604656251df2455d39c93cbf))
|
|
88
|
+
* @applitools/eyes bumped to 1.38.2
|
|
89
|
+
|
|
90
|
+
|
|
3
91
|
## [4.82.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.22...js/eyes-selenium@4.82.23) (2026-01-21)
|
|
4
92
|
|
|
5
93
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.82.
|
|
3
|
+
"version": "4.82.25",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,8 +41,8 @@
|
|
|
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.
|
|
45
|
-
"@applitools/spec-driver-selenium": "1.7.
|
|
44
|
+
"@applitools/eyes": "1.38.3",
|
|
45
|
+
"@applitools/spec-driver-selenium": "1.7.12"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|
|
@@ -61,5 +61,11 @@
|
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
|
+
},
|
|
65
|
+
"lavamoat": {
|
|
66
|
+
"allowScripts": {
|
|
67
|
+
"selenium-webdriver>ws>bufferutil": false,
|
|
68
|
+
"selenium-webdriver>ws>utf-8-validate": false
|
|
69
|
+
}
|
|
64
70
|
}
|
|
65
71
|
}
|
package/types/index.d.ts
CHANGED
|
@@ -839,7 +839,7 @@ export enum CorsIframeHandle {
|
|
|
839
839
|
KEEP = 'KEEP',
|
|
840
840
|
SNAPSHOT = 'SNAPSHOT'
|
|
841
841
|
}
|
|
842
|
-
export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone SE 3rd Gen" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone 13 Mini" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "BlackBerry Z30" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Pixel 2" | "Pixel 2 XL" | "LG Optimus L70" | "Nokia N9" | "Nokia Lumia 520" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Galaxy S3" | "Galaxy S III" | "Galaxy S5" | "Kindle Fire HDX" | "iPad Mini" | "iPad" | "iPad Pro" | "iPad 8th Gen" | "iPad 10th Gen" | "iPad Mini 4th Gen" | "iPad Mini 6th Gen" | "Blackberry PlayBook" | "Nexus 10" | "Nexus 7" | "Galaxy Note 3" | "Galaxy Note II" | "Galaxy Note 2" | "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22 Ultra" | "Laptop with touch" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "iPhone XR" | "iPhone XS Max" | "iPhone XS" | "Samsung Galaxy A5" | "Galaxy A5" | "Samsung Galaxy S8" | "Galaxy S8" | "LG G6" | "iPad Air 2" | "iPad 6th Gen" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "Galaxy S10" | "Galaxy S9 Plus" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy S8 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 9" | "Galaxy Note 8" | "Galaxy Note 4" | "Galaxy Tab A SM-T510" | "Galaxy Tab A7 SM-T500" | "Galaxy Tab S8" | "Galaxy Tab A8" | "Galaxy S23" | "Galaxy S23 Ultra" | "Galaxy S25" | "Galaxy S25 Ultra" | "Galaxy A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Pixel 9" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11" | "Huawei P30" | "Xiaomi Mi A3" | "Huawei P40" | "Xiaomi Redmi Note 8" | "Xiaomi Mi Poco X3 Pro" | "Xiaomi Poco X3";
|
|
842
|
+
export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone SE 3rd Gen" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone 13 Mini" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "BlackBerry Z30" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Pixel 2" | "Pixel 2 XL" | "LG Optimus L70" | "Nokia N9" | "Nokia Lumia 520" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Galaxy S3" | "Galaxy S III" | "Galaxy S5" | "Kindle Fire HDX" | "iPad Mini" | "iPad" | "iPad Pro" | "iPad 8th Gen" | "iPad 10th Gen" | "iPad Mini 4th Gen" | "iPad Mini 6th Gen" | "Blackberry PlayBook" | "Nexus 10" | "Nexus 7" | "Galaxy Note 3" | "Galaxy Note II" | "Galaxy Note 2" | "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22 Ultra" | "Laptop with touch" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "iPhone XR" | "iPhone XS Max" | "iPhone XS" | "Samsung Galaxy A5" | "Galaxy A5" | "Samsung Galaxy S8" | "Galaxy S8" | "LG G6" | "iPad Air 2" | "iPad 6th Gen" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "Galaxy S10" | "Galaxy S9 Plus" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy S8 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 9" | "Galaxy Note 8" | "Galaxy Note 4" | "Galaxy Tab A SM-T510" | "Galaxy Tab A7 SM-T500" | "Galaxy Tab S8" | "Galaxy Tab A8" | "Galaxy S23" | "Galaxy S23 Ultra" | "Galaxy S25" | "Galaxy S25 Ultra" | "Galaxy A52s" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Pixel 9" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11" | "Huawei P30" | "Xiaomi Mi A3" | "Huawei P40" | "Xiaomi Redmi Note 8" | "Xiaomi Mi Poco X3 Pro" | "Xiaomi Poco X3" | "Pixel 7";
|
|
843
843
|
export enum DeviceName {
|
|
844
844
|
iPhone_4 = 'iPhone 4',
|
|
845
845
|
iPhone_5SE = 'iPhone 5/SE',
|
|
@@ -940,7 +940,9 @@ export enum DeviceName {
|
|
|
940
940
|
Huawei_P40 = 'Huawei P40',
|
|
941
941
|
Xiaomi_Redmi_Note_8 = 'Xiaomi Redmi Note 8',
|
|
942
942
|
Xiaomi_Mi_Poco_X3_Pro = 'Xiaomi Mi Poco X3 Pro',
|
|
943
|
-
Xiaomi_Poco_X3 = 'Xiaomi Poco X3'
|
|
943
|
+
Xiaomi_Poco_X3 = 'Xiaomi Poco X3',
|
|
944
|
+
iPhone_5_SE = 'iPhone 5/SE',
|
|
945
|
+
Pixel_7 = 'Pixel 7'
|
|
944
946
|
}
|
|
945
947
|
export type FailureReportPlain = "IMMEDIATE" | "ON_CLOSE";
|
|
946
948
|
export enum FailureReport {
|
|
@@ -1156,6 +1158,9 @@ export class NewTestError extends TestFailedError {
|
|
|
1156
1158
|
constructor(message: string, results?: undefined | TestResultsPlain);
|
|
1157
1159
|
constructor(results: TestResultsPlain);
|
|
1158
1160
|
}
|
|
1161
|
+
export class EyesNotOpenError extends EyesError {
|
|
1162
|
+
constructor(methodName: string);
|
|
1163
|
+
}
|
|
1159
1164
|
export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
|
|
1160
1165
|
export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
|
|
1161
1166
|
constructor(settings: AccessibilityMatchSettingsPlain);
|