eyes_selenium 6.3.8 → 6.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +86 -0
- data/eyes_selenium.gemspec +1 -1
- data/lib/applitools/eyes_selenium/version.rb +1 -1
- data/lib/applitools/selenium/device_name_generated.rb +44 -0
- data/lib/applitools/selenium/target.rb +75 -31
- data/lib/applitools/selenium/visual_grid/ios_device_name_generated.rb +26 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 056515f2fd53bb4df4fd00e5ff6599771b72b0aa43fa4328583635b20cc39b2b
|
4
|
+
data.tar.gz: 239b8327b5551b6bd123008cc1f3273534b7f9a0b2a3b8e779860a370c29d59b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c87b57fca46059ce4180dcdba6453bcf8e048f2a5d99bf414ab4dc023e03136d6c1cb183369c8c2b81259840eb65bad17a4fce04ccb90ea823ed68041575cb68
|
7
|
+
data.tar.gz: 926f1529da96facee08cdf52869c929cce561260787e1eeb17df493efa411e8aac8ca62b148ec33b3280865b92da9543054825668a1b13d8637db2407f3a550c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,91 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.5.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.4.0...ruby/eyes_selenium@6.5.0) (2024-10-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* ios 18 devices enum ([#2584](https://github.com/Applitools-Dev/sdk/issues/2584)) ([8eab653](https://github.com/Applitools-Dev/sdk/commit/8eab653f99733839bdec43d86089edc35abcf8e8))
|
9
|
+
|
10
|
+
|
11
|
+
### Dependencies
|
12
|
+
|
13
|
+
* @applitools/screenshoter bumped to 3.9.2
|
14
|
+
#### Bug Fixes
|
15
|
+
|
16
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
17
|
+
* @applitools/core bumped to 4.21.2
|
18
|
+
|
19
|
+
* eyes_universal bumped to 4.21.2
|
20
|
+
|
21
|
+
* eyes_core bumped to 6.4.1
|
22
|
+
|
23
|
+
|
24
|
+
## [6.4.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.8...ruby/eyes_selenium@6.4.0) (2024-10-21)
|
25
|
+
|
26
|
+
|
27
|
+
### Features
|
28
|
+
|
29
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
30
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
31
|
+
|
32
|
+
|
33
|
+
### Dependencies
|
34
|
+
|
35
|
+
* @applitools/snippets bumped to 2.5.1
|
36
|
+
#### Bug Fixes
|
37
|
+
|
38
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
39
|
+
* @applitools/core-base bumped to 1.18.0
|
40
|
+
#### Features
|
41
|
+
|
42
|
+
* ability to download side by side with highlighted diffs (2419) ([#2530](https://github.com/Applitools-Dev/sdk/issues/2530)) ([e06ce69](https://github.com/Applitools-Dev/sdk/commit/e06ce699f30e9e444ac58dafdf5989ff1c96ca1c))
|
43
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
44
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
45
|
+
* @applitools/driver bumped to 1.19.3
|
46
|
+
|
47
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.15
|
48
|
+
|
49
|
+
* @applitools/spec-driver-selenium bumped to 1.5.86
|
50
|
+
|
51
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.15
|
52
|
+
|
53
|
+
* @applitools/screenshoter bumped to 3.9.0
|
54
|
+
#### Features
|
55
|
+
|
56
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
* @applitools/nml-client bumped to 1.8.13
|
61
|
+
|
62
|
+
* @applitools/ec-client bumped to 1.9.9
|
63
|
+
|
64
|
+
* @applitools/core bumped to 4.21.0
|
65
|
+
#### Features
|
66
|
+
|
67
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
68
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
69
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
70
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
71
|
+
|
72
|
+
|
73
|
+
#### Bug Fixes
|
74
|
+
|
75
|
+
* don't remove offline execution folder after running ([654e195](https://github.com/Applitools-Dev/sdk/commit/654e195dd50dc7dab93dd907ec26d788549c6e81))
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
* eyes_universal bumped to 4.21.0
|
80
|
+
|
81
|
+
* eyes_core bumped to 6.4.0
|
82
|
+
#### Features
|
83
|
+
|
84
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
3
89
|
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.7...ruby/eyes_selenium@6.3.8) (2024-09-10)
|
4
90
|
|
5
91
|
|
data/eyes_selenium.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
26
26
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
27
27
|
spec.require_paths = %w(lib)
|
28
|
-
spec.add_dependency 'eyes_core', "= 6.
|
28
|
+
spec.add_dependency 'eyes_core', "= 6.4.1"
|
29
29
|
spec.add_dependency 'selenium-webdriver', '>= 3'
|
30
30
|
spec.add_dependency 'css_parser'
|
31
31
|
spec.add_dependency 'crass'
|
@@ -8,9 +8,14 @@ module DeviceNameGenerated
|
|
8
8
|
# Deprecated: Use DeviceName::IPhone_5SE instead.
|
9
9
|
# deprecate_constant :IPhone_5S_E not allow to point to new version (
|
10
10
|
IPhone_5S_E = 'iPhone 5/SE'.freeze
|
11
|
+
IPhone_SE_3rd_Gen = 'iPhone SE 3rd Gen'.freeze
|
11
12
|
IPhone_6_7_8 = 'iPhone 6/7/8'.freeze
|
12
13
|
IPhone_6_7_8_Plus = 'iPhone 6/7/8 Plus'.freeze
|
13
14
|
IPhone_X = 'iPhone X'.freeze
|
15
|
+
IPhone_13_Mini = 'iPhone 13 Mini'.freeze
|
16
|
+
IPhone_14_Plus = 'iPhone 14 Plus'.freeze
|
17
|
+
IPhone_14_Pro = 'iPhone 14 Pro'.freeze
|
18
|
+
IPhone_15_Pro = 'iPhone 15 Pro'.freeze
|
14
19
|
BlackBerry_Z30 = 'BlackBerry Z30'.freeze
|
15
20
|
Nexus_4 = 'Nexus 4'.freeze
|
16
21
|
Nexus_5 = 'Nexus 5'.freeze
|
@@ -31,6 +36,10 @@ module DeviceNameGenerated
|
|
31
36
|
IPad_Mini = 'iPad Mini'.freeze
|
32
37
|
IPad = 'iPad'.freeze
|
33
38
|
IPad_Pro = 'iPad Pro'.freeze
|
39
|
+
IPad_8th_Gen = 'iPad 8th Gen'.freeze
|
40
|
+
IPad_10th_Gen = 'iPad 10th Gen'.freeze
|
41
|
+
IPad_Mini_4th_Gen = 'iPad Mini 4th Gen'.freeze
|
42
|
+
IPad_Mini_6th_Gen = 'iPad Mini 6th Gen'.freeze
|
34
43
|
Blackberry_PlayBook = 'Blackberry PlayBook'.freeze
|
35
44
|
Nexus_10 = 'Nexus 10'.freeze
|
36
45
|
Nexus_7 = 'Nexus 7'.freeze
|
@@ -68,6 +77,13 @@ module DeviceNameGenerated
|
|
68
77
|
Galaxy_Note_9 = 'Galaxy Note 9'.freeze
|
69
78
|
Galaxy_Note_8 = 'Galaxy Note 8'.freeze
|
70
79
|
Galaxy_Note_4 = 'Galaxy Note 4'.freeze
|
80
|
+
Galaxy_Tab_A_SM_T510 = 'Galaxy Tab A SM-T510'.freeze
|
81
|
+
Galaxy_Tab_A7_SM_T500 = 'Galaxy Tab A7 SM-T500'.freeze
|
82
|
+
Galaxy_Tab_S8 = 'Galaxy Tab S8'.freeze
|
83
|
+
Galaxy_Tab_A8 = 'Galaxy Tab A8'.freeze
|
84
|
+
Galaxy_S23 = 'Galaxy S23'.freeze
|
85
|
+
Galaxy_S23_Ultra = 'Galaxy S23 Ultra'.freeze
|
86
|
+
Galaxy_A52s = 'Galaxy A52s'.freeze
|
71
87
|
Pixel_3 = 'Pixel 3'.freeze
|
72
88
|
Pixel_3_XL = 'Pixel 3 XL'.freeze
|
73
89
|
Pixel_4 = 'Pixel 4'.freeze
|
@@ -80,15 +96,26 @@ module DeviceNameGenerated
|
|
80
96
|
Sony_Xperia_10_II = 'Sony Xperia 10 II'.freeze
|
81
97
|
Huawei_Mate_50_Pro = 'Huawei Mate 50 Pro'.freeze
|
82
98
|
Huawei_Matepad_11 = 'Huawei Matepad 11'.freeze
|
99
|
+
Huawei_P30 = 'Huawei P30'.freeze
|
100
|
+
Xiaomi_Mi_A3 = 'Xiaomi Mi A3'.freeze
|
101
|
+
Huawei_P40 = 'Huawei P40'.freeze
|
102
|
+
Xiaomi_Redmi_Note_8 = 'Xiaomi Redmi Note 8'.freeze
|
103
|
+
Xiaomi_Mi_Poco_X3_Pro = 'Xiaomi Mi Poco X3 Pro'.freeze
|
104
|
+
Xiaomi_Poco_X3 = 'Xiaomi Poco X3'.freeze
|
83
105
|
|
84
106
|
def enum_values
|
85
107
|
[
|
86
108
|
IPhone_4,
|
87
109
|
IPhone_5SE,
|
88
110
|
IPhone_5S_E, # Deprecated: Use DeviceName::IPhone_5SE instead.
|
111
|
+
IPhone_SE_3rd_Gen,
|
89
112
|
IPhone_6_7_8,
|
90
113
|
IPhone_6_7_8_Plus,
|
91
114
|
IPhone_X,
|
115
|
+
IPhone_13_Mini,
|
116
|
+
IPhone_14_Plus,
|
117
|
+
IPhone_14_Pro,
|
118
|
+
IPhone_15_Pro,
|
92
119
|
BlackBerry_Z30,
|
93
120
|
Nexus_4,
|
94
121
|
Nexus_5,
|
@@ -109,6 +136,10 @@ module DeviceNameGenerated
|
|
109
136
|
IPad_Mini,
|
110
137
|
IPad,
|
111
138
|
IPad_Pro,
|
139
|
+
IPad_8th_Gen,
|
140
|
+
IPad_10th_Gen,
|
141
|
+
IPad_Mini_4th_Gen,
|
142
|
+
IPad_Mini_6th_Gen,
|
112
143
|
Blackberry_PlayBook,
|
113
144
|
Nexus_10,
|
114
145
|
Nexus_7,
|
@@ -146,6 +177,13 @@ module DeviceNameGenerated
|
|
146
177
|
Galaxy_Note_9,
|
147
178
|
Galaxy_Note_8,
|
148
179
|
Galaxy_Note_4,
|
180
|
+
Galaxy_Tab_A_SM_T510,
|
181
|
+
Galaxy_Tab_A7_SM_T500,
|
182
|
+
Galaxy_Tab_S8,
|
183
|
+
Galaxy_Tab_A8,
|
184
|
+
Galaxy_S23,
|
185
|
+
Galaxy_S23_Ultra,
|
186
|
+
Galaxy_A52s,
|
149
187
|
Pixel_3,
|
150
188
|
Pixel_3_XL,
|
151
189
|
Pixel_4,
|
@@ -158,6 +196,12 @@ module DeviceNameGenerated
|
|
158
196
|
Sony_Xperia_10_II,
|
159
197
|
Huawei_Mate_50_Pro,
|
160
198
|
Huawei_Matepad_11,
|
199
|
+
Huawei_P30,
|
200
|
+
Xiaomi_Mi_A3,
|
201
|
+
Huawei_P40,
|
202
|
+
Xiaomi_Redmi_Note_8,
|
203
|
+
Xiaomi_Mi_Poco_X3_Pro,
|
204
|
+
Xiaomi_Poco_X3,
|
161
205
|
]
|
162
206
|
end
|
163
207
|
end
|
@@ -21,7 +21,7 @@ module Applitools
|
|
21
21
|
|
22
22
|
attr_accessor :element, :frames, :region_to_check, :coordinate_type, :options, :ignored_regions,
|
23
23
|
:floating_regions, :frame_or_element, :regions, :layout_regions, :content_regions,
|
24
|
-
:strict_regions, :accessibility_regions, :convert_coordinates_block
|
24
|
+
:strict_regions, :accessibility_regions, :dynamic_regions, :convert_coordinates_block
|
25
25
|
|
26
26
|
private :frame_or_element, :frame_or_element=
|
27
27
|
|
@@ -153,6 +153,8 @@ module Applitools
|
|
153
153
|
replace_element(original_region, new_region, ignored_regions)
|
154
154
|
when :accessibility_regions
|
155
155
|
replace_element(original_region, new_region, accessibility_regions)
|
156
|
+
when :dynamic_regions
|
157
|
+
replace_element(original_region, new_region, dynamic_regions)
|
156
158
|
end
|
157
159
|
end
|
158
160
|
|
@@ -259,38 +261,75 @@ module Applitools
|
|
259
261
|
padding_proc = proc { |region| Applitools::AccessibilityRegion.new(region, options[:type]) }
|
260
262
|
|
261
263
|
accessibility_regions << case args.first
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
264
|
+
when ::Selenium::WebDriver::Element
|
265
|
+
proc do |driver, return_element = false|
|
266
|
+
element = applitools_element_from_selenium_element(driver, args.first)
|
267
|
+
next element, padding_proc if return_element
|
268
|
+
padding_proc.call(element)
|
269
|
+
end
|
270
|
+
when Applitools::Selenium::Element
|
271
|
+
proc do |_driver, return_element = false|
|
272
|
+
next args.first, padding_proc if return_element
|
273
|
+
padding_proc.call(args.first)
|
274
|
+
end
|
275
|
+
when Applitools::Region
|
276
|
+
Applitools::AccessibilityRegion.new(
|
277
|
+
args.first, options[:type]
|
278
|
+
)
|
279
|
+
when String
|
280
|
+
proc do |driver, return_element = false|
|
281
|
+
element = driver.find_element(name_or_id: args.first)
|
282
|
+
next element, padding_proc if return_element
|
283
|
+
padding_proc.call(element)
|
284
|
+
end
|
285
|
+
when :css
|
286
|
+
{ region: args[1], type: options[:type] }
|
287
|
+
else
|
288
|
+
proc do |driver, return_element = false|
|
289
|
+
elements = driver.find_elements(*args)
|
290
|
+
next elements, padding_proc if return_element
|
291
|
+
elements.map { |e| padding_proc.call(e) }
|
292
|
+
end
|
293
|
+
end
|
294
|
+
self
|
295
|
+
end
|
296
|
+
|
297
|
+
def dynamic(*args)
|
298
|
+
options = Applitools::Utils.extract_options! args
|
299
|
+
handle_frames
|
300
|
+
padding_proc = proc { |region| Applitools::DynamicRegion.new(region, options[:type]) }
|
301
|
+
|
302
|
+
dynamic_regions << case args.first
|
303
|
+
when ::Selenium::WebDriver::Element
|
304
|
+
proc do |driver, return_element = false|
|
305
|
+
element = applitools_element_from_selenium_element(driver, args.first)
|
306
|
+
next element, padding_proc if return_element
|
307
|
+
padding_proc.call(element)
|
308
|
+
end
|
309
|
+
when Applitools::Selenium::Element
|
310
|
+
proc do |_driver, return_element = false|
|
311
|
+
next args.first, padding_proc if return_element
|
312
|
+
padding_proc.call(args.first)
|
313
|
+
end
|
314
|
+
when Applitools::Region
|
315
|
+
Applitools::DynamicRegion.new(
|
316
|
+
args.first, options[:type]
|
317
|
+
)
|
318
|
+
when String
|
319
|
+
proc do |driver, return_element = false|
|
320
|
+
element = driver.find_element(name_or_id: args.first)
|
321
|
+
next element, padding_proc if return_element
|
322
|
+
padding_proc.call(element)
|
323
|
+
end
|
283
324
|
when :css
|
284
|
-
# (:css, '.ignore', type: 'LargeText')
|
285
325
|
{ region: args[1], type: options[:type] }
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
end
|
326
|
+
else
|
327
|
+
proc do |driver, return_element = false|
|
328
|
+
elements = driver.find_elements(*args)
|
329
|
+
next elements, padding_proc if return_element
|
330
|
+
elements.map { |e| padding_proc.call(e) }
|
331
|
+
end
|
332
|
+
end
|
294
333
|
self
|
295
334
|
end
|
296
335
|
|
@@ -365,6 +404,7 @@ module Applitools
|
|
365
404
|
reset_layout_regions
|
366
405
|
reset_strict_regions
|
367
406
|
reset_accessibility_regions
|
407
|
+
reset_dynamic_regions
|
368
408
|
options[:stitch_content] = nil
|
369
409
|
options[:timeout] = nil
|
370
410
|
options[:trim] = false
|
@@ -374,6 +414,10 @@ module Applitools
|
|
374
414
|
self.accessibility_regions = []
|
375
415
|
end
|
376
416
|
|
417
|
+
def reset_dynamic_regions
|
418
|
+
self.dynamic_regions = []
|
419
|
+
end
|
420
|
+
|
377
421
|
def reset_ignore
|
378
422
|
self.ignored_regions = []
|
379
423
|
end
|
@@ -4,6 +4,8 @@ module IosDeviceNameGenerated
|
|
4
4
|
extend self
|
5
5
|
IPad_7 = 'iPad (7th generation)'.freeze
|
6
6
|
IPad_9 = 'iPad (9th generation)'.freeze
|
7
|
+
IPad_10 = 'iPad (10th generation)'.freeze
|
8
|
+
IPad_mini_6 = 'iPad mini (6th generation)'.freeze
|
7
9
|
IPad_Air_4 = 'iPad Air (4th generation)'.freeze
|
8
10
|
|
9
11
|
# Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
|
@@ -15,8 +17,8 @@ module IosDeviceNameGenerated
|
|
15
17
|
# deprecate_constant :IPad_Pro_4 not allow to point to new version (
|
16
18
|
IPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
|
17
19
|
IPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
|
18
|
-
|
19
|
-
|
20
|
+
IPhone_SE_2 = 'iPhone SE (2nd generation)'.freeze
|
21
|
+
IPhone_SE_3 = 'iPhone SE (3rd generation)'.freeze
|
20
22
|
IPhone_X = 'iPhone X'.freeze
|
21
23
|
IPhone_XR = 'iPhone XR'.freeze
|
22
24
|
|
@@ -32,24 +34,35 @@ module IosDeviceNameGenerated
|
|
32
34
|
IPhone_12_Pro_Max = 'iPhone 12 Pro Max'.freeze
|
33
35
|
IPhone_12_Pro = 'iPhone 12 Pro'.freeze
|
34
36
|
IPhone_13 = 'iPhone 13'.freeze
|
37
|
+
IPhone_13_mini = 'iPhone 13 mini'.freeze
|
35
38
|
IPhone_13_Pro_Max = 'iPhone 13 Pro Max'.freeze
|
36
39
|
IPhone_13_Pro = 'iPhone 13 Pro'.freeze
|
37
40
|
IPhone_14 = 'iPhone 14'.freeze
|
38
41
|
IPhone_14_Pro_Max = 'iPhone 14 Pro Max'.freeze
|
42
|
+
IPhone_14_Pro = 'iPhone 14 Pro'.freeze
|
43
|
+
IPhone_14_Plus = 'iPhone 14 Plus'.freeze
|
39
44
|
IPhone_15 = 'iPhone 15'.freeze
|
40
45
|
IPhone_15_Pro_Max = 'iPhone 15 Pro Max'.freeze
|
46
|
+
IPhone_15_Pro = 'iPhone 15 Pro'.freeze
|
47
|
+
IPhone_15_Plus = 'iPhone 15 Plus'.freeze
|
48
|
+
IPhone_16 = 'iPhone 16'.freeze
|
49
|
+
IPhone_16_Pro_Max = 'iPhone 16 Pro Max'.freeze
|
50
|
+
IPhone_16_Pro = 'iPhone 16 Pro'.freeze
|
51
|
+
IPhone_16_Plus = 'iPhone 16 Plus'.freeze
|
41
52
|
|
42
53
|
def enum_values
|
43
54
|
[
|
44
55
|
IPad_7,
|
45
56
|
IPad_9,
|
57
|
+
IPad_10,
|
58
|
+
IPad_mini_6,
|
46
59
|
IPad_Air_4,
|
47
60
|
IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
|
48
61
|
IPad_Pro_12_9_inch_3,
|
49
62
|
IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead.
|
50
63
|
IPad_Pro_11_inch_4,
|
51
|
-
|
52
|
-
|
64
|
+
IPhone_SE_2,
|
65
|
+
IPhone_SE_3,
|
53
66
|
IPhone_X,
|
54
67
|
IPhone_XR,
|
55
68
|
IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead.
|
@@ -62,12 +75,21 @@ module IosDeviceNameGenerated
|
|
62
75
|
IPhone_12_Pro_Max,
|
63
76
|
IPhone_12_Pro,
|
64
77
|
IPhone_13,
|
78
|
+
IPhone_13_mini,
|
65
79
|
IPhone_13_Pro_Max,
|
66
80
|
IPhone_13_Pro,
|
67
81
|
IPhone_14,
|
68
82
|
IPhone_14_Pro_Max,
|
83
|
+
IPhone_14_Pro,
|
84
|
+
IPhone_14_Plus,
|
69
85
|
IPhone_15,
|
70
86
|
IPhone_15_Pro_Max,
|
87
|
+
IPhone_15_Pro,
|
88
|
+
IPhone_15_Plus,
|
89
|
+
IPhone_16,
|
90
|
+
IPhone_16_Pro_Max,
|
91
|
+
IPhone_16_Pro,
|
92
|
+
IPhone_16_Plus,
|
71
93
|
]
|
72
94
|
end
|
73
95
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_selenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eyes_core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.
|
19
|
+
version: 6.4.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 6.
|
26
|
+
version: 6.4.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: selenium-webdriver
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|