@applitools/eyes-selenium 4.82.45 → 4.82.47

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,70 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.82.47](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.46...js/eyes-selenium@4.82.47) (2026-06-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/nml-client bumped to 1.11.32
9
+
10
+ * @applitools/core-base bumped to 1.35.2
11
+ #### Bug Fixes
12
+
13
+ * re-trigger release for packages missed in the AD-14089 release | AD-14089 ([#3925](https://github.com/Applitools-Dev/sdk/issues/3925)) ([0880c34](https://github.com/Applitools-Dev/sdk/commit/0880c34b66221025e70ca7e3e3fab7b45a9f8d9e))
14
+ * @applitools/ec-client bumped to 1.12.34
15
+
16
+ * @applitools/core bumped to 4.65.1
17
+
18
+ * @applitools/eyes bumped to 1.43.3
19
+
20
+
21
+ ## [4.82.46](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.45...js/eyes-selenium@4.82.46) (2026-06-14)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/dom-snapshot bumped to 4.17.3
27
+ #### Bug Fixes
28
+
29
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
30
+
31
+
32
+
33
+ * @applitools/snippets bumped to 2.9.3
34
+ #### Bug Fixes
35
+
36
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
37
+ * @applitools/core bumped to 4.65.0
38
+ #### Features
39
+
40
+ * add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
41
+
42
+
43
+ #### Bug Fixes
44
+
45
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
46
+
47
+
48
+
49
+ * @applitools/driver bumped to 1.26.3
50
+
51
+ * @applitools/spec-driver-webdriver bumped to 1.6.3
52
+
53
+ * @applitools/spec-driver-selenium bumped to 1.8.3
54
+
55
+ * @applitools/spec-driver-playwright bumped to 1.9.3
56
+
57
+ * @applitools/spec-driver-puppeteer bumped to 1.8.3
58
+
59
+ * @applitools/screenshoter bumped to 3.12.22
60
+
61
+ * @applitools/nml-client bumped to 1.11.31
62
+
63
+ * @applitools/ec-client bumped to 1.12.33
64
+
65
+ * @applitools/eyes bumped to 1.43.2
66
+
67
+
3
68
  ## [4.82.45](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.44...js/eyes-selenium@4.82.45) (2026-06-09)
4
69
 
5
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.82.45",
3
+ "version": "4.82.47",
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.43.1",
45
- "@applitools/spec-driver-selenium": "1.8.2"
44
+ "@applitools/eyes": "1.43.3",
45
+ "@applitools/spec-driver-selenium": "1.8.3"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",
package/types/index.d.ts CHANGED
@@ -120,7 +120,7 @@ export class Eyes {
120
120
  getBaselineName(): string;
121
121
  setBaselineName(baselineName: string): void;
122
122
  getBaselineEnvName(): string;
123
- setBaselineEnvName(baselineEnvName: string): void;
123
+ setBaselineEnvName(baselineEnvName: string, options?: undefined | BaselineEnvOptions): void;
124
124
  getBranchName(): string;
125
125
  setBranchName(branchName: string): void;
126
126
  getHostApp(): string;
@@ -552,7 +552,7 @@ export class Configuration implements Required<ConfigurationPlain> {
552
552
  get baselineEnvName(): string;
553
553
  set baselineEnvName(baselineEnvName: string);
554
554
  getBaselineEnvName(): string;
555
- setBaselineEnvName(baselineEnvName: string): Configuration;
555
+ setBaselineEnvName(baselineEnvName: string, options?: undefined | BaselineEnvOptions): Configuration;
556
556
  get batch(): BatchInfoPlain;
557
557
  set batch(batch: BatchInfoPlain);
558
558
  getBatch(): BatchInfo;
@@ -1381,6 +1381,7 @@ export const TargetImage: {
1381
1381
  url(imageUrl: string): CheckSettingsImage;
1382
1382
  url(imageUrl: URL): CheckSettingsImage;
1383
1383
  };
1384
+ export type BaselineEnvOptions = { useLatestEnvBaseline?: undefined | boolean; };
1384
1385
  export type CutProviderPlain = { top: number; right: number; bottom: number; left: number; } | { x: number; y: number; width: number; height: number; };
1385
1386
  export class CutProvider implements Required<{
1386
1387
  x: number;