@applitools/eyes-selenium 4.82.24 → 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 CHANGED
@@ -1,5 +1,81 @@
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
+
3
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)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.82.24",
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.2",
45
- "@applitools/spec-driver-selenium": "1.7.11"
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",
package/types/index.d.ts CHANGED
@@ -1158,6 +1158,9 @@ export class NewTestError extends TestFailedError {
1158
1158
  constructor(message: string, results?: undefined | TestResultsPlain);
1159
1159
  constructor(results: TestResultsPlain);
1160
1160
  }
1161
+ export class EyesNotOpenError extends EyesError {
1162
+ constructor(methodName: string);
1163
+ }
1161
1164
  export type AccessibilityMatchSettingsPlain = { region: RegionPlain; type?: undefined | AccessibilityRegionTypePlain; };
1162
1165
  export class AccessibilityMatchSettings implements Required<AccessibilityMatchSettingsPlain> {
1163
1166
  constructor(settings: AccessibilityMatchSettingsPlain);