@applitools/eyes-selenium 4.77.6 → 4.77.8
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 +76 -0
- package/package.json +3 -3
- package/types/index.d.ts +11 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.77.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.7...js/eyes-selenium@4.77.8) (2024-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.4.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
|
12
|
+
* @applitools/driver bumped to 1.19.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
|
21
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
|
22
|
+
* @applitools/core bumped to 4.18.2
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
|
34
|
+
|
|
35
|
+
* @applitools/screenshoter bumped to 3.8.36
|
|
36
|
+
|
|
37
|
+
* @applitools/nml-client bumped to 1.8.10
|
|
38
|
+
|
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
* @applitools/core-base bumped to 1.16.1
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
|
50
|
+
* @applitools/ec-client bumped to 1.9.4
|
|
51
|
+
|
|
52
|
+
* @applitools/eyes bumped to 1.22.2
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [4.77.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.6...js/eyes-selenium@4.77.7) (2024-08-12)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Dependencies
|
|
59
|
+
|
|
60
|
+
* @applitools/dom-capture bumped to 11.3.1
|
|
61
|
+
#### Performance Improvements
|
|
62
|
+
|
|
63
|
+
* link tag without href ([#2450](https://github.com/Applitools-Dev/sdk/issues/2450)) ([523c3cd](https://github.com/Applitools-Dev/sdk/commit/523c3cd1cb003e9144015885b522e1d82e616b7a))
|
|
64
|
+
* @applitools/core bumped to 4.18.1
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* layoutbreakpoints stale dom ([#2456](https://github.com/Applitools-Dev/sdk/issues/2456)) ([a4329d6](https://github.com/Applitools-Dev/sdk/commit/a4329d6d280d27763e0c8ff6374bd26861183939))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
* @applitools/eyes bumped to 1.22.1
|
|
72
|
+
#### Bug Fixes
|
|
73
|
+
|
|
74
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
3
79
|
## [4.77.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.5...js/eyes-selenium@4.77.6) (2024-07-23)
|
|
4
80
|
|
|
5
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.77.
|
|
3
|
+
"version": "4.77.8",
|
|
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.22.
|
|
45
|
-
"@applitools/spec-driver-selenium": "1.5.
|
|
44
|
+
"@applitools/eyes": "1.22.2",
|
|
45
|
+
"@applitools/spec-driver-selenium": "1.5.83"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -390,7 +390,7 @@ export type ConfigurationPlain = {
|
|
|
390
390
|
rotation?: undefined | ImageRotationPlain;
|
|
391
391
|
scaleRatio?: undefined | number;
|
|
392
392
|
concurrentSessions?: undefined | number;
|
|
393
|
-
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
393
|
+
browsersInfo?: undefined | Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
394
394
|
visualGridOptions?: undefined | Record<string, any>;
|
|
395
395
|
layoutBreakpoints?: undefined | boolean | Array<number> | { breakpoints: boolean | Array<number>; reload?: undefined | boolean; };
|
|
396
396
|
disableBrowserFetching?: undefined | boolean;
|
|
@@ -614,9 +614,9 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
614
614
|
set concurrentSessions(concurrentSessions: number);
|
|
615
615
|
getConcurrentSessions(): number;
|
|
616
616
|
setConcurrentSessions(concurrentSessions: number): Configuration;
|
|
617
|
-
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
618
|
-
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
619
|
-
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone
|
|
617
|
+
get browsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
618
|
+
set browsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>);
|
|
619
|
+
getBrowsersInfo(): Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { iosDeviceInfo: { deviceName: "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone SE (3rd generation)" | "iPhone SE (2nd generation)" | "iPhone 13 mini" | "iPhone Xs Max" | "iPhone 14 Pro" | "iPhone 14 Plus"; }; })>;
|
|
620
620
|
setBrowsersInfo(browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
621
621
|
addBrowsers(...browsersInfo: Array<(DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })>): Configuration;
|
|
622
622
|
addBrowser(browserInfo: (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | { deviceName: DeviceNamePlain; screenOrientation?: undefined | ScreenOrientationPlain; })): Configuration;
|
|
@@ -632,21 +632,21 @@ export class Configuration implements Required<ConfigurationPlain> {
|
|
|
632
632
|
addMultiDeviceTarget(deviceName: "iPhone 8"): Configuration;
|
|
633
633
|
addMultiDeviceTarget(deviceName: "iPhone 8 Plus"): Configuration;
|
|
634
634
|
addMultiDeviceTarget(deviceName: "iPhone Xs"): Configuration;
|
|
635
|
-
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
636
635
|
addMultiDeviceTarget(deviceName: "iPhone 12"): Configuration;
|
|
637
636
|
addMultiDeviceTarget(deviceName: "iPhone 12 mini"): Configuration;
|
|
638
637
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro Max"): Configuration;
|
|
639
638
|
addMultiDeviceTarget(deviceName: "iPhone 12 Pro"): Configuration;
|
|
640
639
|
addMultiDeviceTarget(deviceName: "iPhone 13"): Configuration;
|
|
641
|
-
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
642
640
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro Max"): Configuration;
|
|
643
641
|
addMultiDeviceTarget(deviceName: "iPhone 13 Pro"): Configuration;
|
|
644
642
|
addMultiDeviceTarget(deviceName: "iPhone 14"): Configuration;
|
|
645
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Plus"): Configuration;
|
|
646
|
-
addMultiDeviceTarget(deviceName: "iPhone 14 Pro"): Configuration;
|
|
647
643
|
addMultiDeviceTarget(deviceName: "iPhone 14 Pro Max"): Configuration;
|
|
648
|
-
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
649
644
|
addMultiDeviceTarget(deviceName: "iPhone SE (3rd generation)"): Configuration;
|
|
645
|
+
addMultiDeviceTarget(deviceName: "iPhone SE (2nd generation)"): Configuration;
|
|
646
|
+
addMultiDeviceTarget(deviceName: "iPhone 13 mini"): Configuration;
|
|
647
|
+
addMultiDeviceTarget(deviceName: "iPhone Xs Max"): Configuration;
|
|
648
|
+
addMultiDeviceTarget(deviceName: "iPhone 14 Pro"): Configuration;
|
|
649
|
+
addMultiDeviceTarget(deviceName: "iPhone 14 Plus"): Configuration;
|
|
650
650
|
get visualGridOptions(): { [key: string]: any; };
|
|
651
651
|
set visualGridOptions(visualGridOptions: { [key: string]: any; });
|
|
652
652
|
getVisualGridOptions(): { [key: string]: any; };
|
|
@@ -790,46 +790,21 @@ export enum FailureReport {
|
|
|
790
790
|
IMMEDIATE = 'IMMEDIATE',
|
|
791
791
|
ON_CLOSE = 'ON_CLOSE'
|
|
792
792
|
}
|
|
793
|
-
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "
|
|
793
|
+
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max";
|
|
794
794
|
export enum IosDeviceName {
|
|
795
|
-
iPad_5 = 'iPad (5th generation)',
|
|
796
|
-
iPad_6 = 'iPad (6th generation)',
|
|
797
795
|
iPad_7 = 'iPad (7th generation)',
|
|
798
|
-
iPad_8 = 'iPad (8th generation)',
|
|
799
796
|
iPad_9 = 'iPad (9th generation)',
|
|
800
|
-
iPad_10 = 'iPad (10th generation)',
|
|
801
|
-
iPad_Air_2 = 'iPad Air 2',
|
|
802
|
-
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
803
797
|
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
804
|
-
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
805
|
-
iPad_mini_4 = 'iPad mini 4',
|
|
806
|
-
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
807
|
-
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
808
|
-
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
809
|
-
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
810
|
-
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
811
|
-
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
812
|
-
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
813
|
-
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
814
|
-
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
815
798
|
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
816
799
|
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
817
800
|
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
818
801
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
819
|
-
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
820
|
-
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
821
|
-
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
822
|
-
iPhone_6s = 'iPhone 6s',
|
|
823
|
-
iPhone_6s_Plus = 'iPhone 6s Plus',
|
|
824
|
-
iPhone_7 = 'iPhone 7',
|
|
825
|
-
iPhone_7_Plus = 'iPhone 7 Plus',
|
|
826
802
|
iPhone_8 = 'iPhone 8',
|
|
827
803
|
iPhone_8_Plus = 'iPhone 8 Plus',
|
|
828
804
|
iPhone_X = 'iPhone X',
|
|
829
805
|
iPhone_XR = 'iPhone XR',
|
|
830
806
|
iPhone_XS = 'iPhone Xs',
|
|
831
807
|
iPhone_Xs = 'iPhone Xs',
|
|
832
|
-
iPhone_Xs_Max = 'iPhone Xs Max',
|
|
833
808
|
iPhone_11 = 'iPhone 11',
|
|
834
809
|
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
835
810
|
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
@@ -838,22 +813,12 @@ export enum IosDeviceName {
|
|
|
838
813
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
839
814
|
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
840
815
|
iPhone_13 = 'iPhone 13',
|
|
841
|
-
iPhone_13_mini = 'iPhone 13 mini',
|
|
842
816
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
843
817
|
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
844
818
|
iPhone_14 = 'iPhone 14',
|
|
845
|
-
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
846
|
-
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
847
819
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
848
820
|
iPhone_15 = 'iPhone 15',
|
|
849
|
-
|
|
850
|
-
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
851
|
-
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
852
|
-
iPhone_SE = 'iPhone SE (1st generation)',
|
|
853
|
-
iPhone_SE_1 = 'iPhone SE (1st generation)',
|
|
854
|
-
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
855
|
-
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
856
|
-
iPod_touch_7 = 'iPod touch (7th generation)'
|
|
821
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max'
|
|
857
822
|
}
|
|
858
823
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
859
824
|
export enum IosVersion {
|