@applitools/eyes-testcafe 4.1.4 → 4.1.6
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 +90 -0
- package/package.json +2 -2
- package/types/index.d.ts +119 -132
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,96 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [4.1.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.5...js/eyes-testcafe@4.1.6) (2024-01-16)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/dom-snapshot bumped to 4.7.16
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* handle unparsable values of media attribute in dom snapshot ([a2afe2e](https://github.com/applitools/eyes.sdk.javascript1/commit/a2afe2e18508f44f9c046270da0c1e09fb9aea03))
|
|
25
|
+
* @applitools/nml-client bumped to 1.6.4
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
|
|
29
|
+
* @applitools/core bumped to 4.6.0
|
|
30
|
+
#### Features
|
|
31
|
+
|
|
32
|
+
* added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
|
|
38
|
+
* remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/ec-client bumped to 1.7.22
|
|
43
|
+
|
|
44
|
+
* @applitools/core-base bumped to 1.9.0
|
|
45
|
+
#### Features
|
|
46
|
+
|
|
47
|
+
* added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
#### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
|
|
53
|
+
* @applitools/eyes bumped to 1.13.5
|
|
54
|
+
#### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [4.1.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.4...js/eyes-testcafe@4.1.5) (2024-01-02)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Dependencies
|
|
65
|
+
|
|
66
|
+
* @applitools/dom-shared bumped to 1.0.12
|
|
67
|
+
#### Bug Fixes
|
|
68
|
+
|
|
69
|
+
* fix error handling in process page poll ([#2127](https://github.com/applitools/eyes.sdk.javascript1/issues/2127)) ([4346026](https://github.com/applitools/eyes.sdk.javascript1/commit/4346026d567b92747df5b4f13fb1e82b849a856e))
|
|
70
|
+
* @applitools/dom-snapshot bumped to 4.7.15
|
|
71
|
+
#### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* fix error handling in process page poll ([#2127](https://github.com/applitools/eyes.sdk.javascript1/issues/2127)) ([4346026](https://github.com/applitools/eyes.sdk.javascript1/commit/4346026d567b92747df5b4f13fb1e82b849a856e))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
* @applitools/nml-client bumped to 1.6.3
|
|
78
|
+
#### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* environment for each check for local environment ([#2135](https://github.com/applitools/eyes.sdk.javascript1/issues/2135)) ([f3a4483](https://github.com/applitools/eyes.sdk.javascript1/commit/f3a44831d41e190aa259367b17e930e7b6f39a04))
|
|
81
|
+
* @applitools/core bumped to 4.5.2
|
|
82
|
+
#### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* environment for each check for local environment ([#2135](https://github.com/applitools/eyes.sdk.javascript1/issues/2135)) ([f3a4483](https://github.com/applitools/eyes.sdk.javascript1/commit/f3a44831d41e190aa259367b17e930e7b6f39a04))
|
|
85
|
+
* fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
|
|
86
|
+
* fixed the issue when custom os name passed through configuration wasn't respected ([359fc0d](https://github.com/applitools/eyes.sdk.javascript1/commit/359fc0df5a9400312605bb9e8842784b7a05ba7d))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
* @applitools/ec-client bumped to 1.7.21
|
|
91
|
+
|
|
92
|
+
* @applitools/core-base bumped to 1.8.0
|
|
93
|
+
#### Features
|
|
94
|
+
|
|
95
|
+
* sorted result regions of locate method ([ef6b249](https://github.com/applitools/eyes.sdk.javascript1/commit/ef6b249ad9d6998d6089423efd93f0220f13d378))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
#### Bug Fixes
|
|
99
|
+
|
|
100
|
+
* fixed concurrency splank logging ([#2115](https://github.com/applitools/eyes.sdk.javascript1/issues/2115)) ([83afd7d](https://github.com/applitools/eyes.sdk.javascript1/commit/83afd7dd2b52125fdc233dadbaf774811ea1c738))
|
|
101
|
+
* @applitools/dom-capture bumped to 11.2.5
|
|
102
|
+
|
|
103
|
+
* @applitools/eyes bumped to 1.13.4
|
|
104
|
+
|
|
105
|
+
|
|
16
106
|
## [4.1.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.3...js/eyes-testcafe@4.1.4) (2023-12-19)
|
|
17
107
|
|
|
18
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.6",
|
|
4
4
|
"description": "Applitools Eyes SDK for TestCafe",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-testcafe",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@applitools/driver": "1.16.1",
|
|
72
|
-
"@applitools/eyes": "1.13.
|
|
72
|
+
"@applitools/eyes": "1.13.5",
|
|
73
73
|
"@applitools/utils": "1.7.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
package/types/index.d.ts
CHANGED
|
@@ -67,40 +67,14 @@ export class Eyes {
|
|
|
67
67
|
checkRegionBy(selector: EyesSelector<Selector>, name?: undefined | string, timeout?: undefined | number, fully?: undefined | boolean): Promise<MatchResult>;
|
|
68
68
|
checkRegionInFrame(frame: number | Element | EyesSelector<Selector>, selector: EyesSelector<Selector>, timeout?: undefined | number, name?: undefined | string, fully?: undefined | boolean): Promise<MatchResult>;
|
|
69
69
|
checkImage(image: string | Buffer | URL, name?: undefined | string, ignoreMismatch?: undefined | boolean): Promise<MatchResult>;
|
|
70
|
-
locate<TLocator extends string>(target:
|
|
71
|
-
|
|
72
|
-
size?: undefined | { width: number; height: number; };
|
|
73
|
-
name?: undefined | string;
|
|
74
|
-
source?: undefined | string;
|
|
75
|
-
dom?: undefined | string;
|
|
76
|
-
locationInViewport?: undefined | { x: number; y: number; };
|
|
77
|
-
locationInView?: undefined | { x: number; y: number; };
|
|
78
|
-
fullViewSize?: undefined | { width: number; height: number; };
|
|
79
|
-
}, settings: VisualLocatorSettings<TLocator>): Promise<Record<TLocator, Array<RegionPlain>>>;
|
|
70
|
+
locate<TLocator extends string>(target: Image, settings: VisualLocatorSettings<TLocator>): Promise<Record<TLocator, Array<RegionPlain>>>;
|
|
71
|
+
locate<TLocator extends string>(settingsWithImage: VisualLocatorSettings<TLocator> & { image: string | Buffer | URL; }): Promise<Record<TLocator, Array<RegionPlain>>>;
|
|
80
72
|
locate<TLocator extends string>(settings: VisualLocatorSettings<TLocator>): Promise<Record<TLocator, Array<RegionPlain>>>;
|
|
81
|
-
extractTextRegions<TPattern extends string>(target:
|
|
82
|
-
|
|
83
|
-
size?: undefined | { width: number; height: number; };
|
|
84
|
-
name?: undefined | string;
|
|
85
|
-
source?: undefined | string;
|
|
86
|
-
dom?: undefined | string;
|
|
87
|
-
locationInViewport?: undefined | { x: number; y: number; };
|
|
88
|
-
locationInView?: undefined | { x: number; y: number; };
|
|
89
|
-
fullViewSize?: undefined | { width: number; height: number; };
|
|
90
|
-
}, settings: OCRSettings<TPattern>): Promise<Record<TPattern, Array<TextRegion>>>;
|
|
91
|
-
extractTextRegions<TPattern extends string>(settingsWithImage: OCRSettings<TPattern> & { image: string | Uint8Array | URL; }): Promise<Record<TPattern, Array<TextRegion>>>;
|
|
73
|
+
extractTextRegions<TPattern extends string>(target: Image, settings: OCRSettings<TPattern>): Promise<Record<TPattern, Array<TextRegion>>>;
|
|
74
|
+
extractTextRegions<TPattern extends string>(settingsWithImage: OCRSettings<TPattern> & { image: string | Buffer | URL; }): Promise<Record<TPattern, Array<TextRegion>>>;
|
|
92
75
|
extractTextRegions<TPattern extends string>(settings: OCRSettings<TPattern>): Promise<Record<TPattern, Array<TextRegion>>>;
|
|
93
|
-
extractText(target:
|
|
94
|
-
|
|
95
|
-
size?: undefined | { width: number; height: number; };
|
|
96
|
-
name?: undefined | string;
|
|
97
|
-
source?: undefined | string;
|
|
98
|
-
dom?: undefined | string;
|
|
99
|
-
locationInViewport?: undefined | { x: number; y: number; };
|
|
100
|
-
locationInView?: undefined | { x: number; y: number; };
|
|
101
|
-
fullViewSize?: undefined | { width: number; height: number; };
|
|
102
|
-
}, settings: Array<OCRRegion>): Promise<Array<string>>;
|
|
103
|
-
extractText(settingsWithImage: Array<OCRRegion & { image: string | Uint8Array | URL; }>): Promise<Array<string>>;
|
|
76
|
+
extractText(target: Image, settings: Array<OCRRegion>): Promise<Array<string>>;
|
|
77
|
+
extractText(settingsWithImage: Array<OCRRegion & { image: string | Buffer | URL; }>): Promise<Array<string>>;
|
|
104
78
|
extractText(settings: Array<OCRRegion>): Promise<Array<string>>;
|
|
105
79
|
close(throwErr?: undefined | boolean): Promise<TestResults>;
|
|
106
80
|
closeAsync(): Promise<void>;
|
|
@@ -232,7 +206,7 @@ export class CheckSettingsAutomation {
|
|
|
232
206
|
nmgOptions(options: { [key: string]: any; }): CheckSettingsAutomation;
|
|
233
207
|
visualGridOption(key: string, value: any): CheckSettingsAutomation;
|
|
234
208
|
visualGridOptions(options: { [key: string]: any; }): CheckSettingsAutomation;
|
|
235
|
-
useSystemScreenshot(useSystemScreenshot
|
|
209
|
+
useSystemScreenshot(useSystemScreenshot?: undefined | boolean): CheckSettingsAutomation;
|
|
236
210
|
timeout(timeout: number): CheckSettingsAutomation;
|
|
237
211
|
waitBeforeCapture(waitBeforeCapture: number): CheckSettingsAutomation;
|
|
238
212
|
lazyLoad(options?: undefined | boolean | { scrollLength?: undefined | number; waitingTime?: undefined | number; maxAmountToScroll?: undefined | number; }): CheckSettingsAutomation;
|
|
@@ -720,75 +694,80 @@ export enum CorsIframeHandle {
|
|
|
720
694
|
KEEP = 'KEEP',
|
|
721
695
|
SNAPSHOT = 'SNAPSHOT'
|
|
722
696
|
}
|
|
723
|
-
export type DeviceNamePlain = "
|
|
697
|
+
export type DeviceNamePlain = "iPhone 4" | "iPhone 5/SE" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "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" | "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" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "iPad 7th Gen" | "OnePlus 7T" | "OnePlus 7T Pro" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11";
|
|
724
698
|
export enum DeviceName {
|
|
725
|
-
Blackberry_PlayBook = 'Blackberry PlayBook',
|
|
726
|
-
BlackBerry_Z30 = 'BlackBerry Z30',
|
|
727
|
-
Galaxy_A5 = 'Galaxy A5',
|
|
728
|
-
Galaxy_Note_10 = 'Galaxy Note 10',
|
|
729
|
-
Galaxy_Note_10_Plus = 'Galaxy Note 10 Plus',
|
|
730
|
-
Galaxy_Note_2 = 'Galaxy Note 2',
|
|
731
|
-
Galaxy_Note_3 = 'Galaxy Note 3',
|
|
732
|
-
Galaxy_Note_4 = 'Galaxy Note 4',
|
|
733
|
-
Galaxy_Note_8 = 'Galaxy Note 8',
|
|
734
|
-
Galaxy_Note_9 = 'Galaxy Note 9',
|
|
735
|
-
Galaxy_S3 = 'Galaxy S3',
|
|
736
|
-
Galaxy_S5 = 'Galaxy S5',
|
|
737
|
-
Galaxy_S8 = 'Galaxy S8',
|
|
738
|
-
Galaxy_S8_Plus = 'Galaxy S8 Plus',
|
|
739
|
-
Galaxy_S9 = 'Galaxy S9',
|
|
740
|
-
Galaxy_S9_Plus = 'Galaxy S9 Plus',
|
|
741
|
-
Galaxy_S10 = 'Galaxy S10',
|
|
742
|
-
Galaxy_S10_Plus = 'Galaxy S10 Plus',
|
|
743
|
-
Galaxy_S20 = 'Galaxy S20',
|
|
744
|
-
Galaxy_S21 = 'Galaxy S21',
|
|
745
|
-
Galaxy_S21_Ultra = 'Galaxy S21 Ultra',
|
|
746
|
-
Galaxy_S22 = 'Galaxy S22',
|
|
747
|
-
Galaxy_S22_Ultra = 'Galaxy S22 Ultra',
|
|
748
|
-
Galaxy_Tab_S7 = 'Galaxy Tab S7',
|
|
749
|
-
iPad = 'iPad',
|
|
750
|
-
iPad_6th_Gen = 'iPad 6th Gen',
|
|
751
|
-
iPad_7th_Gen = 'iPad 7th Gen',
|
|
752
|
-
iPad_Air_2 = 'iPad Air 2',
|
|
753
|
-
iPad_Mini = 'iPad Mini',
|
|
754
|
-
iPad_Pro = 'iPad Pro',
|
|
755
|
-
iPhone_11 = 'iPhone 11',
|
|
756
|
-
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
757
|
-
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
758
699
|
iPhone_4 = 'iPhone 4',
|
|
759
700
|
iPhone_5SE = 'iPhone 5/SE',
|
|
701
|
+
iPhone_5S_E = 'iPhone 5/SE',
|
|
760
702
|
iPhone_6_7_8 = 'iPhone 6/7/8',
|
|
761
703
|
iPhone_6_7_8_Plus = 'iPhone 6/7/8 Plus',
|
|
762
704
|
iPhone_X = 'iPhone X',
|
|
763
|
-
|
|
764
|
-
iPhone_XS = 'iPhone XS',
|
|
765
|
-
iPhone_XS_Max = 'iPhone XS Max',
|
|
766
|
-
Kindle_Fire_HDX = 'Kindle Fire HDX',
|
|
767
|
-
Laptop_with_HiDPI_screen = 'Laptop with HiDPI screen',
|
|
768
|
-
Laptop_with_MDPI_screen = 'Laptop with MDPI screen',
|
|
769
|
-
Laptop_with_touch = 'Laptop with touch',
|
|
770
|
-
LG_G6 = 'LG G6',
|
|
771
|
-
LG_Optimus_L70 = 'LG Optimus L70',
|
|
772
|
-
Microsoft_Lumia_550 = 'Microsoft Lumia 550',
|
|
773
|
-
Microsoft_Lumia_950 = 'Microsoft Lumia 950',
|
|
774
|
-
Nexus_10 = 'Nexus 10',
|
|
705
|
+
BlackBerry_Z30 = 'BlackBerry Z30',
|
|
775
706
|
Nexus_4 = 'Nexus 4',
|
|
776
707
|
Nexus_5 = 'Nexus 5',
|
|
777
708
|
Nexus_5X = 'Nexus 5X',
|
|
778
709
|
Nexus_6 = 'Nexus 6',
|
|
779
710
|
Nexus_6P = 'Nexus 6P',
|
|
780
|
-
Nexus_7 = 'Nexus 7',
|
|
781
|
-
Nokia_Lumia_520 = 'Nokia Lumia 520',
|
|
782
|
-
Nokia_N9 = 'Nokia N9',
|
|
783
|
-
OnePlus_7T = 'OnePlus 7T',
|
|
784
|
-
OnePlus_7T_Pro = 'OnePlus 7T Pro',
|
|
785
711
|
Pixel_2 = 'Pixel 2',
|
|
786
712
|
Pixel_2_XL = 'Pixel 2 XL',
|
|
713
|
+
LG_Optimus_L70 = 'LG Optimus L70',
|
|
714
|
+
Nokia_N9 = 'Nokia N9',
|
|
715
|
+
Nokia_Lumia_520 = 'Nokia Lumia 520',
|
|
716
|
+
Microsoft_Lumia_550 = 'Microsoft Lumia 550',
|
|
717
|
+
Microsoft_Lumia_950 = 'Microsoft Lumia 950',
|
|
718
|
+
Galaxy_S3 = 'Galaxy S3',
|
|
719
|
+
Galaxy_S_III = 'Galaxy S III',
|
|
720
|
+
Galaxy_S5 = 'Galaxy S5',
|
|
721
|
+
Kindle_Fire_HDX = 'Kindle Fire HDX',
|
|
722
|
+
iPad_Mini = 'iPad Mini',
|
|
723
|
+
iPad = 'iPad',
|
|
724
|
+
iPad_Pro = 'iPad Pro',
|
|
725
|
+
Blackberry_PlayBook = 'Blackberry PlayBook',
|
|
726
|
+
Nexus_10 = 'Nexus 10',
|
|
727
|
+
Nexus_7 = 'Nexus 7',
|
|
728
|
+
Galaxy_Note_3 = 'Galaxy Note 3',
|
|
729
|
+
Galaxy_Note_II = 'Galaxy Note II',
|
|
730
|
+
Galaxy_Note_2 = 'Galaxy Note 2',
|
|
731
|
+
Galaxy_S20 = 'Galaxy S20',
|
|
732
|
+
Galaxy_S22 = 'Galaxy S22',
|
|
733
|
+
Galaxy_S21 = 'Galaxy S21',
|
|
734
|
+
Galaxy_S21_Ultra = 'Galaxy S21 Ultra',
|
|
735
|
+
Galaxy_S22_Ultra = 'Galaxy S22 Ultra',
|
|
736
|
+
Laptop_with_touch = 'Laptop with touch',
|
|
737
|
+
Laptop_with_HiDPI_screen = 'Laptop with HiDPI screen',
|
|
738
|
+
Laptop_with_MDPI_screen = 'Laptop with MDPI screen',
|
|
739
|
+
iPhone_XR = 'iPhone XR',
|
|
740
|
+
iPhone_XS_Max = 'iPhone XS Max',
|
|
741
|
+
iPhone_XS = 'iPhone XS',
|
|
742
|
+
Samsung_Galaxy_A5 = 'Samsung Galaxy A5',
|
|
743
|
+
Galaxy_A5 = 'Galaxy A5',
|
|
744
|
+
Samsung_Galaxy_S8 = 'Samsung Galaxy S8',
|
|
745
|
+
Galaxy_S8 = 'Galaxy S8',
|
|
746
|
+
LG_G6 = 'LG G6',
|
|
747
|
+
iPad_Air_2 = 'iPad Air 2',
|
|
748
|
+
iPad_6th_Gen = 'iPad 6th Gen',
|
|
749
|
+
iPhone_11 = 'iPhone 11',
|
|
750
|
+
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
751
|
+
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
752
|
+
Galaxy_S10 = 'Galaxy S10',
|
|
753
|
+
Galaxy_S9_Plus = 'Galaxy S9 Plus',
|
|
754
|
+
Galaxy_S9 = 'Galaxy S9',
|
|
755
|
+
Galaxy_S10_Plus = 'Galaxy S10 Plus',
|
|
756
|
+
Galaxy_S8_Plus = 'Galaxy S8 Plus',
|
|
757
|
+
Galaxy_Note_10 = 'Galaxy Note 10',
|
|
758
|
+
Galaxy_Note_10_Plus = 'Galaxy Note 10 Plus',
|
|
759
|
+
Galaxy_Note_9 = 'Galaxy Note 9',
|
|
760
|
+
Galaxy_Note_8 = 'Galaxy Note 8',
|
|
761
|
+
Galaxy_Note_4 = 'Galaxy Note 4',
|
|
787
762
|
Pixel_3 = 'Pixel 3',
|
|
788
763
|
Pixel_3_XL = 'Pixel 3 XL',
|
|
789
764
|
Pixel_4 = 'Pixel 4',
|
|
790
765
|
Pixel_4_XL = 'Pixel 4 XL',
|
|
791
766
|
Pixel_5 = 'Pixel 5',
|
|
767
|
+
iPad_7th_Gen = 'iPad 7th Gen',
|
|
768
|
+
OnePlus_7T = 'OnePlus 7T',
|
|
769
|
+
OnePlus_7T_Pro = 'OnePlus 7T Pro',
|
|
770
|
+
Galaxy_Tab_S7 = 'Galaxy Tab S7',
|
|
792
771
|
Sony_Xperia_10_II = 'Sony Xperia 10 II',
|
|
793
772
|
Huawei_Mate_50_Pro = 'Huawei Mate 50 Pro',
|
|
794
773
|
Huawei_Matepad_11 = 'Huawei Matepad 11'
|
|
@@ -798,8 +777,35 @@ export enum FailureReport {
|
|
|
798
777
|
IMMEDIATE = 'IMMEDIATE',
|
|
799
778
|
ON_CLOSE = 'ON_CLOSE'
|
|
800
779
|
}
|
|
801
|
-
export type IosDeviceNamePlain = "
|
|
780
|
+
export type IosDeviceNamePlain = "iPhone X" | "iPhone XR" | "iPad Air 2" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (5th generation)" | "iPad (6th generation)" | "iPad (7th generation)" | "iPad (8th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad Air (3rd generation)" | "iPad Air (4th generation)" | "iPad Air (5th generation)" | "iPad mini 4" | "iPad mini (5th generation)" | "iPad mini (6th generation)" | "iPad Pro (9.7-inch)" | "iPad Pro (10.5-inch)" | "iPad Pro (11-inch) (1st generation)" | "iPad Pro (12.9-inch) (1st generation)" | "iPad Pro (11-inch) (2nd generation)" | "iPad Pro (12.9-inch) (2nd generation)" | "iPad Pro (11-inch) (3rd generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPad Pro (12.9-inch) (4th generation)" | "iPad Pro (12.9-inch) (5th generation)" | "iPad Pro (12.9-inch) (6th generation)" | "iPhone 6s" | "iPhone 6s Plus" | "iPhone 7" | "iPhone 7 Plus" | "iPhone 8" | "iPhone 8 Plus" | "iPhone Xs" | "iPhone Xs Max" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Plus" | "iPhone 15 Pro" | "iPhone 15 Pro Max" | "iPhone SE (1st generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPod touch (7th generation)";
|
|
802
781
|
export enum IosDeviceName {
|
|
782
|
+
iPad_5 = 'iPad (5th generation)',
|
|
783
|
+
iPad_6 = 'iPad (6th generation)',
|
|
784
|
+
iPad_7 = 'iPad (7th generation)',
|
|
785
|
+
iPad_8 = 'iPad (8th generation)',
|
|
786
|
+
iPad_9 = 'iPad (9th generation)',
|
|
787
|
+
iPad_10 = 'iPad (10th generation)',
|
|
788
|
+
iPad_Air_2 = 'iPad Air 2',
|
|
789
|
+
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
790
|
+
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
791
|
+
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
792
|
+
iPad_mini_4 = 'iPad mini 4',
|
|
793
|
+
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
794
|
+
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
795
|
+
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
796
|
+
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
797
|
+
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
798
|
+
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
799
|
+
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
800
|
+
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
801
|
+
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
802
|
+
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
803
|
+
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
804
|
+
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
805
|
+
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
806
|
+
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
807
|
+
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
808
|
+
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
803
809
|
iPhone_6s = 'iPhone 6s',
|
|
804
810
|
iPhone_6s_Plus = 'iPhone 6s Plus',
|
|
805
811
|
iPhone_7 = 'iPhone 7',
|
|
@@ -808,55 +814,32 @@ export enum IosDeviceName {
|
|
|
808
814
|
iPhone_8_Plus = 'iPhone 8 Plus',
|
|
809
815
|
iPhone_X = 'iPhone X',
|
|
810
816
|
iPhone_XR = 'iPhone XR',
|
|
811
|
-
iPhone_Xs = 'iPhone Xs',
|
|
812
817
|
iPhone_XS = 'iPhone Xs',
|
|
818
|
+
iPhone_Xs = 'iPhone Xs',
|
|
813
819
|
iPhone_Xs_Max = 'iPhone Xs Max',
|
|
814
820
|
iPhone_11 = 'iPhone 11',
|
|
815
|
-
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
816
821
|
iPhone_11_Pro_Max = 'iPhone 11 Pro Max',
|
|
822
|
+
iPhone_11_Pro = 'iPhone 11 Pro',
|
|
817
823
|
iPhone_12 = 'iPhone 12',
|
|
818
824
|
iPhone_12_mini = 'iPhone 12 mini',
|
|
819
|
-
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
820
825
|
iPhone_12_Pro_Max = 'iPhone 12 Pro Max',
|
|
826
|
+
iPhone_12_Pro = 'iPhone 12 Pro',
|
|
821
827
|
iPhone_13 = 'iPhone 13',
|
|
822
828
|
iPhone_13_mini = 'iPhone 13 mini',
|
|
823
|
-
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
824
829
|
iPhone_13_Pro_Max = 'iPhone 13 Pro Max',
|
|
830
|
+
iPhone_13_Pro = 'iPhone 13 Pro',
|
|
825
831
|
iPhone_14 = 'iPhone 14',
|
|
826
832
|
iPhone_14_Plus = 'iPhone 14 Plus',
|
|
827
833
|
iPhone_14_Pro = 'iPhone 14 Pro',
|
|
828
834
|
iPhone_14_Pro_Max = 'iPhone 14 Pro Max',
|
|
835
|
+
iPhone_15 = 'iPhone 15',
|
|
836
|
+
iPhone_15_Plus = 'iPhone 15 Plus',
|
|
837
|
+
iPhone_15_Pro = 'iPhone 15 Pro',
|
|
838
|
+
iPhone_15_Pro_Max = 'iPhone 15 Pro Max',
|
|
829
839
|
iPhone_SE = 'iPhone SE (1st generation)',
|
|
830
840
|
iPhone_SE_1 = 'iPhone SE (1st generation)',
|
|
831
841
|
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
832
842
|
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
833
|
-
iPad_5 = 'iPad (5th generation)',
|
|
834
|
-
iPad_6 = 'iPad (6th generation)',
|
|
835
|
-
iPad_7 = 'iPad (7th generation)',
|
|
836
|
-
iPad_8 = 'iPad (8th generation)',
|
|
837
|
-
iPad_9 = 'iPad (9th generation)',
|
|
838
|
-
iPad_10 = 'iPad (10th generation)',
|
|
839
|
-
iPad_Air_2 = 'iPad Air 2',
|
|
840
|
-
iPad_Air_3 = 'iPad Air (3rd generation)',
|
|
841
|
-
iPad_Air_4 = 'iPad Air (4th generation)',
|
|
842
|
-
iPad_Air_5 = 'iPad Air (5th generation)',
|
|
843
|
-
iPad_mini_4 = 'iPad mini 4',
|
|
844
|
-
iPad_mini_5 = 'iPad mini (5th generation)',
|
|
845
|
-
iPad_mini_6 = 'iPad mini (6th generation)',
|
|
846
|
-
iPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)',
|
|
847
|
-
iPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)',
|
|
848
|
-
iPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)',
|
|
849
|
-
iPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)',
|
|
850
|
-
iPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)',
|
|
851
|
-
iPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)',
|
|
852
|
-
iPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)',
|
|
853
|
-
iPad_Pro_12_9_inch_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
854
|
-
iPad_Pro_3 = 'iPad Pro (12.9-inch) (3rd generation)',
|
|
855
|
-
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
856
|
-
iPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
857
|
-
iPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)',
|
|
858
|
-
iPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)',
|
|
859
|
-
iPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)',
|
|
860
843
|
iPod_touch_7 = 'iPod touch (7th generation)'
|
|
861
844
|
}
|
|
862
845
|
export type IosVersionPlain = AndroidVersionPlain;
|
|
@@ -865,31 +848,35 @@ export enum IosVersion {
|
|
|
865
848
|
ONE_VERSION_BACK = 'latest-1',
|
|
866
849
|
LATEST_ONE_VERSION_BACK = 'latest-1'
|
|
867
850
|
}
|
|
868
|
-
export type AndroidDeviceNamePlain = "Galaxy
|
|
851
|
+
export type AndroidDeviceNamePlain = "Galaxy S20" | "Galaxy S22" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S10" | "Galaxy S9" | "Galaxy S10 Plus" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Galaxy Tab S7" | "Sony Xperia 10 II" | "Galaxy S20 Plus" | "Galaxy S21 Plus" | "Xiaomi Redmi Note 11 Pro" | "Xiaomi Redmi Note 11" | "Xiaomi Redmi Note 10 JE" | "Pixel 6" | "Galaxy S22 Plus" | "Galaxy Tab S8" | "Sony Xperia 1 II" | "Sony Xperia Ace II" | "Huawei P30 Lite";
|
|
869
852
|
export enum AndroidDeviceName {
|
|
870
|
-
Pixel_3_XL = 'Pixel 3 XL',
|
|
871
|
-
Pixel_4 = 'Pixel 4',
|
|
872
|
-
Pixel_4_XL = 'Pixel 4 XL',
|
|
873
|
-
Pixel_5 = 'Pixel 5',
|
|
874
|
-
Pixel_6 = 'Pixel 6',
|
|
875
|
-
Galaxy_S10 = 'Galaxy S10',
|
|
876
|
-
Galaxy_S10_Plus = 'Galaxy S10 Plus',
|
|
877
|
-
Galaxy_Note_10 = 'Galaxy Note 10',
|
|
878
|
-
Galaxy_Note_10_Plus = 'Galaxy Note 10 Plus',
|
|
879
853
|
Galaxy_S20 = 'Galaxy S20',
|
|
880
854
|
Galaxy_S20_Plus = 'Galaxy S20 Plus',
|
|
855
|
+
Galaxy_S20_PLUS = 'Galaxy S20 Plus',
|
|
856
|
+
Galaxy_S21_Ultra = 'Galaxy S21 Ultra',
|
|
857
|
+
Galaxy_S21_ULTRA = 'Galaxy S21 Ultra',
|
|
858
|
+
Galaxy_Note_10_Plus = 'Galaxy Note 10 Plus',
|
|
859
|
+
Galaxy_S9 = 'Galaxy S9',
|
|
860
|
+
Galaxy_S10 = 'Galaxy S10',
|
|
861
|
+
Galaxy_S10_Plus = 'Galaxy S10 Plus',
|
|
862
|
+
Pixel_4_XL = 'Pixel 4 XL',
|
|
863
|
+
Pixel_3_XL = 'Pixel 3 XL',
|
|
881
864
|
Galaxy_S21 = 'Galaxy S21',
|
|
882
865
|
Galaxy_S21_Plus = 'Galaxy S21 Plus',
|
|
883
|
-
|
|
866
|
+
Galaxy_S21_PLUS = 'Galaxy S21 Plus',
|
|
867
|
+
Xiaomi_Redmi_Note_11_Pro = 'Xiaomi Redmi Note 11 Pro',
|
|
868
|
+
Xiaomi_Redmi_Note_11 = 'Xiaomi Redmi Note 11',
|
|
869
|
+
Xiaomi_Redmi_Note_10_JE = 'Xiaomi Redmi Note 10 JE',
|
|
870
|
+
Pixel_6 = 'Pixel 6',
|
|
871
|
+
Galaxy_Note_10 = 'Galaxy Note 10',
|
|
872
|
+
Pixel_4 = 'Pixel 4',
|
|
873
|
+
Pixel_5 = 'Pixel 5',
|
|
884
874
|
Galaxy_S22 = 'Galaxy S22',
|
|
885
875
|
Galaxy_S22_Plus = 'Galaxy S22 Plus',
|
|
886
|
-
Galaxy_Tab_S7 = 'Galaxy Tab S7',
|
|
887
876
|
Galaxy_Tab_S8 = 'Galaxy Tab S8',
|
|
888
|
-
|
|
889
|
-
Xiaomi_Redmi_Note_11 = 'Xiaomi Redmi Note 11',
|
|
890
|
-
Xiaomi_Redmi_Note_11_Pro = 'Xiaomi Redmi Note 11 Pro',
|
|
891
|
-
Sony_Xperia_1_II = 'Sony Xperia 1 II',
|
|
877
|
+
Galaxy_Tab_S7 = 'Galaxy Tab S7',
|
|
892
878
|
Sony_Xperia_10_II = 'Sony Xperia 10 II',
|
|
879
|
+
Sony_Xperia_1_II = 'Sony Xperia 1 II',
|
|
893
880
|
Sony_Xperia_Ace_II = 'Sony Xperia Ace II',
|
|
894
881
|
Huawei_P30_Lite = 'Huawei P30 Lite'
|
|
895
882
|
}
|