eyes_selenium 6.12.44 → 6.13.2
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +393 -0
- data/eyes_selenium.gemspec +1 -1
- data/lib/applitools/eyes_selenium/version.rb +1 -1
- data/lib/applitools/selenium/device_name_generated.rb +2 -0
- 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: d0d0fb9f097b9100aee6892bffe42f1a430d6efdf32245ec2969f879aa90f6ca
|
|
4
|
+
data.tar.gz: 6b96e79c8fea0e5ef9d0acc557fbcec73ad206a1b3d09cc9e339c186b9e50692
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9d54ada2bdb7072a6eec9ad675d86f89890ec4681800124458b101eaee54d03544e803876fcb7cc01db1cf93217b425684177e18ecd9788d33a76edc8bbaefa
|
|
7
|
+
data.tar.gz: b4f7d939e6508e238530b978ac477df6611a67ea09811a285a47a4e5a23b942881c00504c94933eeecd8aa108cf11d4f47f841c6a3bcdb6bdf8251e37e81193f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,398 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.13.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.13.1...ruby/eyes_selenium@6.13.2) (2026-08-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.18.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* report canvases captured before they are drawn | FLD-3965 ([#4097](https://github.com/Applitools-Dev/sdk/issues/4097)) ([48b92ec](https://github.com/Applitools-Dev/sdk/commit/48b92ecba0804ad77333a6b4c799435d998f1418))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/snippets bumped to 2.9.7
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* report a stalled lazyLoad pass instead of success under a scroll lock | FLD-3965 ([#4101](https://github.com/Applitools-Dev/sdk/issues/4101)) ([6244790](https://github.com/Applitools-Dev/sdk/commit/62447903464d27027f169d6b058d20e3e943ffda))
|
|
19
|
+
* @applitools/driver bumped to 1.26.9
|
|
20
|
+
|
|
21
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.9
|
|
22
|
+
|
|
23
|
+
* @applitools/spec-driver-selenium bumped to 1.8.9
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-playwright bumped to 1.9.9
|
|
26
|
+
|
|
27
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.9
|
|
28
|
+
|
|
29
|
+
* @applitools/screenshoter bumped to 3.12.29
|
|
30
|
+
|
|
31
|
+
* @applitools/nml-client bumped to 1.12.0
|
|
32
|
+
#### Features
|
|
33
|
+
|
|
34
|
+
* seat region-check DOM via NML crop targetRegion | AD-14690 ([#4054](https://github.com/Applitools-Dev/sdk/issues/4054)) ([d442ff3](https://github.com/Applitools-Dev/sdk/commit/d442ff336b66144b55102d04b74175305b05169e))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/ec-client bumped to 1.12.43
|
|
39
|
+
|
|
40
|
+
* @applitools/core bumped to 4.69.0
|
|
41
|
+
#### Features
|
|
42
|
+
|
|
43
|
+
* label and tag figma logs, warn that the feature is experimental | AD-15681 ([#4108](https://github.com/Applitools-Dev/sdk/issues/4108)) ([5b20bf3](https://github.com/Applitools-Dev/sdk/commit/5b20bf327a857f09b9d3b1d55d59976390fae9fb))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* fail loudly when the Figma rate limit blocks further requests | AD-15531 ([#4065](https://github.com/Applitools-Dev/sdk/issues/4065)) ([9240e3e](https://github.com/Applitools-Dev/sdk/commit/9240e3ea6bed5225e8c9802cfb4669099968fc11))
|
|
49
|
+
* report a stalled lazyLoad pass instead of success under a scroll lock | FLD-3965 ([#4101](https://github.com/Applitools-Dev/sdk/issues/4101)) ([6244790](https://github.com/Applitools-Dev/sdk/commit/62447903464d27027f169d6b058d20e3e943ffda))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
#### Code Refactoring
|
|
53
|
+
|
|
54
|
+
* make the figma logger and req explicit inputs | AD-15681 ([#4109](https://github.com/Applitools-Dev/sdk/issues/4109)) ([2a29778](https://github.com/Applitools-Dev/sdk/commit/2a2977865f1f26b0b55f7ab004c8ff737ed2573c))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
* eyes_universal bumped to 4.69.0
|
|
59
|
+
|
|
60
|
+
* eyes_core bumped to 6.13.2
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## [6.13.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.13.0...ruby/eyes_selenium@6.13.1) (2026-08-10)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Dependencies
|
|
72
|
+
|
|
73
|
+
* @applitools/utils bumped to 1.15.2
|
|
74
|
+
#### Bug Fixes
|
|
75
|
+
|
|
76
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
77
|
+
* @applitools/logger bumped to 2.3.1
|
|
78
|
+
#### Bug Fixes
|
|
79
|
+
|
|
80
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
* @applitools/dom-shared bumped to 1.2.3
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
88
|
+
* @applitools/dom-snapshot bumped to 4.17.9
|
|
89
|
+
#### Bug Fixes
|
|
90
|
+
|
|
91
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
* @applitools/socket bumped to 1.3.16
|
|
96
|
+
#### Bug Fixes
|
|
97
|
+
|
|
98
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
* @applitools/req bumped to 1.11.3
|
|
103
|
+
#### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
* @applitools/image bumped to 1.3.1
|
|
110
|
+
#### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
* @applitools/snippets bumped to 2.9.6
|
|
117
|
+
#### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
* @applitools/dom-capture bumped to 11.8.5
|
|
124
|
+
#### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
* @applitools/driver bumped to 1.26.8
|
|
131
|
+
#### Bug Fixes
|
|
132
|
+
|
|
133
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
134
|
+
* use an authoritative CSS viewport in classic mode | FLD-4814 ([#4047](https://github.com/Applitools-Dev/sdk/issues/4047)) ([c46497e](https://github.com/Applitools-Dev/sdk/commit/c46497e573fd7fd2da4913452239beea082b148f))
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.8
|
|
139
|
+
#### Bug Fixes
|
|
140
|
+
|
|
141
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
* @applitools/spec-driver-selenium bumped to 1.8.8
|
|
146
|
+
#### Bug Fixes
|
|
147
|
+
|
|
148
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
* @applitools/spec-driver-playwright bumped to 1.9.8
|
|
153
|
+
#### Bug Fixes
|
|
154
|
+
|
|
155
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.8
|
|
160
|
+
#### Bug Fixes
|
|
161
|
+
|
|
162
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
* @applitools/screenshoter bumped to 3.12.28
|
|
167
|
+
#### Bug Fixes
|
|
168
|
+
|
|
169
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
* @applitools/nml-client bumped to 1.11.40
|
|
174
|
+
#### Bug Fixes
|
|
175
|
+
|
|
176
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
* @applitools/tunnel-client bumped to 1.12.3
|
|
181
|
+
#### Bug Fixes
|
|
182
|
+
|
|
183
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
* @applitools/ufg-client bumped to 1.23.1
|
|
188
|
+
#### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
* @applitools/core-base bumped to 1.38.1
|
|
195
|
+
#### Bug Fixes
|
|
196
|
+
|
|
197
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
* @applitools/ec-client bumped to 1.12.42
|
|
202
|
+
#### Bug Fixes
|
|
203
|
+
|
|
204
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
* @applitools/core bumped to 4.68.1
|
|
209
|
+
#### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
212
|
+
* omit the empty os from the figma reference env so the design baseline persists | AD-15527 ([#4067](https://github.com/Applitools-Dev/sdk/issues/4067)) ([8395814](https://github.com/Applitools-Dev/sdk/commit/8395814feb6b20eee1c1322dc1539aa4642663d8))
|
|
213
|
+
* use an authoritative CSS viewport in classic mode | FLD-4814 ([#4047](https://github.com/Applitools-Dev/sdk/issues/4047)) ([c46497e](https://github.com/Applitools-Dev/sdk/commit/c46497e573fd7fd2da4913452239beea082b148f))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
* eyes_universal bumped to 4.68.1
|
|
218
|
+
#### Bug Fixes
|
|
219
|
+
|
|
220
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
* eyes_core bumped to 6.13.1
|
|
225
|
+
#### Bug Fixes
|
|
226
|
+
|
|
227
|
+
* apply the figma UFG environments rewrite to the renders | AD-15528 ([#4072](https://github.com/Applitools-Dev/sdk/issues/4072)) ([bd6b143](https://github.com/Applitools-Dev/sdk/commit/bd6b143f855750ae93701f8e44da6129ff7ae84c))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
* @applitools/test-server bumped to 1.4.7
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## [6.13.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.47...ruby/eyes_selenium@6.13.0) (2026-08-05)
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Features
|
|
238
|
+
|
|
239
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
240
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
### Dependencies
|
|
244
|
+
|
|
245
|
+
* @applitools/image bumped to 1.3.0
|
|
246
|
+
#### Features
|
|
247
|
+
|
|
248
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
249
|
+
* @applitools/screenshoter bumped to 3.12.27
|
|
250
|
+
|
|
251
|
+
* @applitools/nml-client bumped to 1.11.39
|
|
252
|
+
|
|
253
|
+
* @applitools/ufg-client bumped to 1.23.0
|
|
254
|
+
#### Features
|
|
255
|
+
|
|
256
|
+
* forward accessibilityReportOptions (axe-core) from render-info into the UFG render request | AD-15104 ([#4004](https://github.com/Applitools-Dev/sdk/issues/4004)) ([eef1b59](https://github.com/Applitools-Dev/sdk/commit/eef1b59feac63a488fdb9e7de73d3063cf43c8ca))
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
* @applitools/core-base bumped to 1.38.0
|
|
261
|
+
#### Features
|
|
262
|
+
|
|
263
|
+
* forward accessibilityReportOptions (axe-core) from render-info into the UFG render request | AD-15104 ([#4004](https://github.com/Applitools-Dev/sdk/issues/4004)) ([eef1b59](https://github.com/Applitools-Dev/sdk/commit/eef1b59feac63a488fdb9e7de73d3063cf43c8ca))
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
* @applitools/ec-client bumped to 1.12.41
|
|
268
|
+
|
|
269
|
+
* @applitools/core bumped to 4.68.0
|
|
270
|
+
#### Features
|
|
271
|
+
|
|
272
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
273
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
274
|
+
* forward accessibilityReportOptions (axe-core) from render-info into the UFG render request | AD-15104 ([#4004](https://github.com/Applitools-Dev/sdk/issues/4004)) ([eef1b59](https://github.com/Applitools-Dev/sdk/commit/eef1b59feac63a488fdb9e7de73d3063cf43c8ca))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
* eyes_universal bumped to 4.68.0
|
|
279
|
+
#### Features
|
|
280
|
+
|
|
281
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
* eyes_core bumped to 6.13.0
|
|
286
|
+
#### Features
|
|
287
|
+
|
|
288
|
+
* add figmaOptions open config to all SDKs | AD-15464 ([#4052](https://github.com/Applitools-Dev/sdk/issues/4052)) ([cff2a2d](https://github.com/Applitools-Dev/sdk/commit/cff2a2d2f3d905dbfd9e12a9b7b26c61c2348935))
|
|
289
|
+
* figmaBaselines first-class open-config, in-repo resolver, all SDKs | AD-15462 ([#4021](https://github.com/Applitools-Dev/sdk/issues/4021)) ([998b3b3](https://github.com/Applitools-Dev/sdk/commit/998b3b38486669d2997f9eb11316067abbe85230))
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
## [6.12.47](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.46...ruby/eyes_selenium@6.12.47) (2026-07-30)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Dependencies
|
|
298
|
+
|
|
299
|
+
* @applitools/dom-snapshot bumped to 4.17.8
|
|
300
|
+
#### Bug Fixes
|
|
301
|
+
|
|
302
|
+
* strip basic auth from stylesheet sheet.href | FLD-4738 ([#4036](https://github.com/Applitools-Dev/sdk/issues/4036)) ([2ff5259](https://github.com/Applitools-Dev/sdk/commit/2ff525919157598df8e22650a69f59efdb448311))
|
|
303
|
+
* use sheet.href for stylesheet links | FLD-4738 ([#4033](https://github.com/Applitools-Dev/sdk/issues/4033)) ([20d2e65](https://github.com/Applitools-Dev/sdk/commit/20d2e65fb83b9680729a0565e5f4301d2ea79e04))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
* @applitools/snippets bumped to 2.9.5
|
|
308
|
+
#### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* honor maxAmountToScroll in lazyLoad when scrollTop overshoots ([#4032](https://github.com/Applitools-Dev/sdk/issues/4032)) ([b4393d7](https://github.com/Applitools-Dev/sdk/commit/b4393d76cc9457c2a36896dc1bb6cbaa0c6ed2b4))
|
|
311
|
+
* @applitools/driver bumped to 1.26.7
|
|
312
|
+
|
|
313
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.7
|
|
314
|
+
|
|
315
|
+
* @applitools/spec-driver-selenium bumped to 1.8.7
|
|
316
|
+
|
|
317
|
+
* @applitools/spec-driver-playwright bumped to 1.9.7
|
|
318
|
+
|
|
319
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.7
|
|
320
|
+
|
|
321
|
+
* @applitools/screenshoter bumped to 3.12.26
|
|
322
|
+
|
|
323
|
+
* @applitools/nml-client bumped to 1.11.38
|
|
324
|
+
|
|
325
|
+
* @applitools/ec-client bumped to 1.12.40
|
|
326
|
+
|
|
327
|
+
* @applitools/core bumped to 4.67.2
|
|
328
|
+
|
|
329
|
+
* eyes_universal bumped to 4.67.2
|
|
330
|
+
|
|
331
|
+
* eyes_core bumped to 6.12.2
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## [6.12.46](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.45...ruby/eyes_selenium@6.12.46) (2026-07-29)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
### Dependencies
|
|
338
|
+
|
|
339
|
+
* @applitools/dom-snapshot bumped to 4.17.7
|
|
340
|
+
#### Bug Fixes
|
|
341
|
+
|
|
342
|
+
* capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
|
|
343
|
+
* @applitools/core bumped to 4.67.1
|
|
344
|
+
#### Bug Fixes
|
|
345
|
+
|
|
346
|
+
* capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
|
|
347
|
+
* include related branches in git branch-lookup fallback list | AD-15279 ([#4015](https://github.com/Applitools-Dev/sdk/issues/4015)) ([bceb7e1](https://github.com/Applitools-Dev/sdk/commit/bceb7e1bbb98a1138105629eec446f94e328ae30))
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
* eyes_universal bumped to 4.67.1
|
|
352
|
+
|
|
353
|
+
* eyes_core bumped to 6.12.1
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
## [6.12.45](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.44...ruby/eyes_selenium@6.12.45) (2026-07-23)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Bug Fixes
|
|
360
|
+
|
|
361
|
+
* add Galaxy 26 to the devices enum | FLD-4707 ([ab7e5d0](https://github.com/Applitools-Dev/sdk/commit/ab7e5d014e1d21e445c6b00b2c43543f08e3b6c0))
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
### Dependencies
|
|
365
|
+
|
|
366
|
+
* @applitools/core-base bumped to 1.37.0
|
|
367
|
+
#### Features
|
|
368
|
+
|
|
369
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
#### Bug Fixes
|
|
373
|
+
|
|
374
|
+
* stop logEventBatch leaking through mainLogger (FLD-4175 regression from [#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([#4011](https://github.com/Applitools-Dev/sdk/issues/4011)) ([e595b64](https://github.com/Applitools-Dev/sdk/commit/e595b646e97aba5955d59b0477b608f24aae3f58))
|
|
375
|
+
* @applitools/core bumped to 4.67.0
|
|
376
|
+
#### Features
|
|
377
|
+
|
|
378
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
* @applitools/nml-client bumped to 1.11.37
|
|
383
|
+
|
|
384
|
+
* @applitools/ec-client bumped to 1.12.39
|
|
385
|
+
|
|
386
|
+
* eyes_universal bumped to 4.67.0
|
|
387
|
+
|
|
388
|
+
* eyes_core bumped to 6.12.0
|
|
389
|
+
#### Features
|
|
390
|
+
|
|
391
|
+
* adapt extended TestResults fields | AD-14850 ([#4008](https://github.com/Applitools-Dev/sdk/issues/4008)) ([e783db8](https://github.com/Applitools-Dev/sdk/commit/e783db8bfbe25e25126bca5984a29533c9a74d39))
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
3
396
|
## [6.12.44](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.43...ruby/eyes_selenium@6.12.44) (2026-07-21)
|
|
4
397
|
|
|
5
398
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
28
28
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
29
29
|
spec.require_paths = %w(lib)
|
|
30
|
-
spec.add_dependency 'eyes_core', "= 6.
|
|
30
|
+
spec.add_dependency 'eyes_core', "= 6.13.2"
|
|
31
31
|
spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
|
|
32
32
|
end
|
|
@@ -111,6 +111,7 @@ module DeviceNameGenerated
|
|
|
111
111
|
IPhone_5_SE = 'iPhone 5/SE'.freeze
|
|
112
112
|
Pixel_7 = 'Pixel 7'.freeze
|
|
113
113
|
IPhone_15 = 'iPhone 15'.freeze
|
|
114
|
+
Galaxy_S26 = 'Galaxy S26'.freeze
|
|
114
115
|
|
|
115
116
|
def enum_values
|
|
116
117
|
[
|
|
@@ -217,6 +218,7 @@ module DeviceNameGenerated
|
|
|
217
218
|
IPhone_5_SE,
|
|
218
219
|
Pixel_7,
|
|
219
220
|
IPhone_15,
|
|
221
|
+
Galaxy_S26,
|
|
220
222
|
]
|
|
221
223
|
end
|
|
222
224
|
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.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-19 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.13.2
|
|
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.13.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|