eyes_selenium 6.12.18 → 6.12.19
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 +7 -0
- data/lib/applitools/eyes_selenium/version.rb +1 -1
- data/lib/applitools/selenium/device_name_generated.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26316e08941a1c89f61be69f0492696576e103f36f0deff9307ce3439b64d49b
|
|
4
|
+
data.tar.gz: 8f1a7f9763165f56d414f3e69b1b15f3a85d6810479cca632786e4506deff6d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbd7eefec0fb6b6c66fe67f6c685f4415b4aed2f1a34a292e6c3f1b83845d85c02a8b209fa9afd65b9a5d353887b1ae88b5a7d6b9cdb1e5087884f5e1aa1f1a2
|
|
7
|
+
data.tar.gz: df9c1c1059a2652dbe8cbce17caa1eae0f76dc0769e4b083860f6186163eaad9c1ad4d1cd03a36904240eb5776e8ed1c7767aaa42cc365de526430c06c80d991
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.12.19](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.18...ruby/eyes_selenium@6.12.19) (2026-02-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add iphone 15 chrome emulation | FLD-4087 ([#3525](https://github.com/Applitools-Dev/sdk/issues/3525)) ([ddcc6c0](https://github.com/Applitools-Dev/sdk/commit/ddcc6c012d1874241433ca274508ece38f2dd222))
|
|
9
|
+
|
|
3
10
|
## [6.12.18](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.17...ruby/eyes_selenium@6.12.18) (2026-02-16)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -110,6 +110,7 @@ module DeviceNameGenerated
|
|
|
110
110
|
Xiaomi_Poco_X3 = 'Xiaomi Poco X3'.freeze
|
|
111
111
|
IPhone_5_SE = 'iPhone 5/SE'.freeze
|
|
112
112
|
Pixel_7 = 'Pixel 7'.freeze
|
|
113
|
+
IPhone_15 = 'iPhone 15'.freeze
|
|
113
114
|
|
|
114
115
|
def enum_values
|
|
115
116
|
[
|
|
@@ -215,6 +216,7 @@ module DeviceNameGenerated
|
|
|
215
216
|
Xiaomi_Poco_X3,
|
|
216
217
|
IPhone_5_SE,
|
|
217
218
|
Pixel_7,
|
|
219
|
+
IPhone_15,
|
|
218
220
|
]
|
|
219
221
|
end
|
|
220
222
|
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.12.
|
|
4
|
+
version: 6.12.19
|
|
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-02-
|
|
11
|
+
date: 2026-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: eyes_core
|