@applitools/eyes-testcafe 6.3.21 → 6.3.23

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
@@ -13,6 +13,77 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.22...js/eyes-testcafe@6.3.23) (2026-01-21)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.15.7
22
+ #### Bug Fixes
23
+
24
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
25
+ * @applitools/ufg-client bumped to 1.19.0
26
+ #### Features
27
+
28
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
29
+ * @applitools/core bumped to 4.56.0
30
+ #### Features
31
+
32
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
33
+
34
+
35
+ #### Bug Fixes
36
+
37
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
38
+
39
+
40
+
41
+ * @applitools/eyes bumped to 1.38.1
42
+
43
+
44
+ ## [6.3.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.21...js/eyes-testcafe@6.3.22) (2026-01-19)
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * @applitools/dom-snapshot bumped to 4.15.6
50
+
51
+ * @applitools/driver bumped to 1.25.0
52
+ #### Features
53
+
54
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
55
+ * @applitools/spec-driver-puppeteer bumped to 1.7.0
56
+ #### Features
57
+
58
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
59
+
60
+
61
+
62
+ * @applitools/core bumped to 4.55.0
63
+ #### Features
64
+
65
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
66
+
67
+
68
+
69
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
70
+
71
+ * @applitools/spec-driver-selenium bumped to 1.7.11
72
+
73
+ * @applitools/screenshoter bumped to 3.12.12
74
+
75
+ * @applitools/nml-client bumped to 1.11.15
76
+
77
+ * @applitools/ec-client bumped to 1.12.17
78
+
79
+ * @applitools/eyes bumped to 1.38.0
80
+ #### Features
81
+
82
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
83
+
84
+
85
+
86
+
16
87
  ## [6.3.21](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.20...js/eyes-testcafe@6.3.21) (2026-01-14)
17
88
 
18
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.21",
3
+ "version": "6.3.23",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
68
68
  "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.24.4",
72
- "@applitools/eyes": "1.37.0",
71
+ "@applitools/driver": "1.25.0",
72
+ "@applitools/eyes": "1.38.1",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {
package/types/index.d.ts CHANGED
@@ -277,7 +277,8 @@ export type CheckSettingsAutomationPlain = {
277
277
  lazyLoad?: undefined | boolean | { scrollLength?: undefined | number; waitingTime?: undefined | number; maxAmountToScroll?: undefined | number; };
278
278
  };
279
279
  export class CheckSettingsAutomation {
280
- constructor(settings?: undefined | CheckSettingsAutomation | CheckSettingsAutomationPlain);
280
+ constructor(settings?: undefined | CheckSettingsAutomation);
281
+ constructor(settings?: undefined | CheckSettingsAutomationPlain);
281
282
  region(region: RegionPlain | LegacyRegionPlain | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; }))): CheckSettingsAutomation;
282
283
  shadow(selector: string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; }): CheckSettingsAutomation;
283
284
  frame(context: { frame: number | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); scrollRootElement?: undefined | (Element | (string | Selector | { selector: string | Selector; type?: undefined | string; shadow?: undefined | EyesSelector<Selector>; frame?: undefined | EyesSelector<Selector>; })); }): CheckSettingsAutomation;