eyes_selenium 6.12.12 → 6.12.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86e0b3cb07aeee403b70bcd917129c2c75321c474602af38a690849103483f97
4
- data.tar.gz: e47b024875868523840a1f1c29e96e086f36b18e3f8b4de2361a666ce81ae21d
3
+ metadata.gz: 300dc30041b7415ee6ff1472f10684c5c9dd629f08f9bea669a4d6490cfbce08
4
+ data.tar.gz: 3b9ac1e4929f189516bc04ab8e878a960414f03c675a56ea40495bff6d16a5a6
5
5
  SHA512:
6
- metadata.gz: f45c526080bd88f5deb670d640a7d5b128821f13b723b41760d582dd3cb6457a3368b9d0c9989a0ac6b21e8b2c07074df87239d41b2dffadbd356309e958ed96
7
- data.tar.gz: 67169fb84b27fc3db3e034c7f6fd6c952fcbef53300004c41468748c815265ed2f9482d7ba7652a3f22c5ca668dbc45fe87d3db10dc09857ed15dc778c3884e1
6
+ metadata.gz: fd4a27a317b3e3500a28dddc76090ac0d2549233f63bc5d21079d774605aa18566815c578812af87d4509c10fcd2cb47921e92031a789c7be55996d6506aa920
7
+ data.tar.gz: e54424a3b8dc8d7cf1ab67ac6324002d8b3b5a2064558ec92a4a209d5f0b29920f3fdb27686fa6a4db1b895bc06c3ffb39e0e845e82707dd1bb2758487f9c85b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.12...ruby/eyes_selenium@6.12.13) (2026-01-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.6.8
9
+ #### Bug Fixes
10
+
11
+ * added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
12
+ * @applitools/dom-snapshot bumped to 4.15.5
13
+
14
+ * @applitools/driver bumped to 1.24.4
15
+ #### Bug Fixes
16
+
17
+ * scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
18
+ * @applitools/core-base bumped to 1.31.1
19
+ #### Bug Fixes
20
+
21
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
22
+ * @applitools/spec-driver-webdriver bumped to 1.5.4
23
+
24
+ * @applitools/spec-driver-selenium bumped to 1.7.10
25
+
26
+ * @applitools/spec-driver-puppeteer bumped to 1.6.10
27
+
28
+ * @applitools/screenshoter bumped to 3.12.11
29
+
30
+ * @applitools/nml-client bumped to 1.11.14
31
+ #### Bug Fixes
32
+
33
+ * nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
34
+
35
+
36
+
37
+ * @applitools/ec-client bumped to 1.12.16
38
+
39
+ * @applitools/core bumped to 4.54.2
40
+ #### Bug Fixes
41
+
42
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
43
+ * preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
44
+
45
+
46
+
47
+ * eyes_universal bumped to 4.54.2
48
+
49
+ * eyes_core bumped to 6.9.13
50
+
51
+
3
52
  ## [6.12.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.11...ruby/eyes_selenium@6.12.12) (2025-12-28)
4
53
 
5
54
 
@@ -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.9.12"
30
+ spec.add_dependency 'eyes_core', "= 6.9.13"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
32
32
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.12.12'.freeze
5
+ VERSION = '6.12.13'.freeze
6
6
  end
7
7
  end
8
8
 
@@ -83,12 +83,15 @@ module DeviceNameGenerated
83
83
  Galaxy_Tab_A8 = 'Galaxy Tab A8'.freeze
84
84
  Galaxy_S23 = 'Galaxy S23'.freeze
85
85
  Galaxy_S23_Ultra = 'Galaxy S23 Ultra'.freeze
86
+ Galaxy_S25 = 'Galaxy S25'.freeze
87
+ Galaxy_S25_Ultra = 'Galaxy S25 Ultra'.freeze
86
88
  Galaxy_A52s = 'Galaxy A52s'.freeze
87
89
  Pixel_3 = 'Pixel 3'.freeze
88
90
  Pixel_3_XL = 'Pixel 3 XL'.freeze
89
91
  Pixel_4 = 'Pixel 4'.freeze
90
92
  Pixel_4_XL = 'Pixel 4 XL'.freeze
91
93
  Pixel_5 = 'Pixel 5'.freeze
94
+ Pixel_9 = 'Pixel 9'.freeze
92
95
  IPad_7th_Gen = 'iPad 7th Gen'.freeze
93
96
  OnePlus_7T = 'OnePlus 7T'.freeze
94
97
  OnePlus_7T_Pro = 'OnePlus 7T Pro'.freeze
@@ -183,12 +186,15 @@ module DeviceNameGenerated
183
186
  Galaxy_Tab_A8,
184
187
  Galaxy_S23,
185
188
  Galaxy_S23_Ultra,
189
+ Galaxy_S25,
190
+ Galaxy_S25_Ultra,
186
191
  Galaxy_A52s,
187
192
  Pixel_3,
188
193
  Pixel_3_XL,
189
194
  Pixel_4,
190
195
  Pixel_4_XL,
191
196
  Pixel_5,
197
+ Pixel_9,
192
198
  IPad_7th_Gen,
193
199
  OnePlus_7T,
194
200
  OnePlus_7T_Pro,
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.12.12
4
+ version: 6.12.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-28 00:00:00.000000000 Z
11
+ date: 2026-01-11 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.9.12
19
+ version: 6.9.13
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.9.12
26
+ version: 6.9.13
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement