eyes_selenium 6.11.0 → 6.12.0

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: 68b8bdfa4db83133a0a620088cf46f761ff472fb052a6efe0a7d4d0383973600
4
- data.tar.gz: e30ef6229d5009cd3983fc10cc75036c8e65170ba2a73722ca8a1d9d681b2119
3
+ metadata.gz: 84665b62a4026e6a4042ccb64987c09263bf0298bb632b9e21e2617ac53b9bc1
4
+ data.tar.gz: 57c28a4782eb292fb72a868482058e4fdd1ceebe22be8683129ff9d331e432ce
5
5
  SHA512:
6
- metadata.gz: ecbe3d936bb5efc11b77b1b9e71fec189c823966ad06cf9890b497e70d025209edda67b72d11dd8860ab402b8c133ab653c26c1fef8d550c3bfe2ca0c5224550
7
- data.tar.gz: a76959c54283e5a1c46331a40ef852ac29a3ef834918c1e2d39abdbb65541f0390794cfb8101bd19c98a58c2fa308c6ba854dc721272f752e7b2cda72213b18c
6
+ metadata.gz: f6f1a82526fca61bcdccc54abf32fb43f74d4da863424367a85bc591a7c9f2a3ffb4517097b0e37a031f1c307472bf27bfb77b25fc07ebd99d8ca6aef9db30cb
7
+ data.tar.gz: 4f5ee9246d8957d525119bc3b6b5483c216d3571382a783c392ec6e40f7767da176374a15336ba3230a66c3d94335b03225b3a91bc3b849937e6ebc2871d2176
data/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.12.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.11.0...ruby/eyes_selenium@6.12.0) (2025-08-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.11.0
14
+ #### Features
15
+
16
+ * improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
17
+ * make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
18
+ * eyes_universal bumped to 4.44.2
19
+ #### Features
20
+
21
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
22
+
23
+
24
+
25
+ * @applitools/test-server bumped to 1.3.0
26
+ #### Features
27
+
28
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
29
+
30
+
31
+
32
+ * @applitools/logger bumped to 2.2.1
33
+
34
+ * @applitools/dom-snapshot bumped to 4.13.1
35
+
36
+ * @applitools/socket bumped to 1.3.1
37
+
38
+ * @applitools/req bumped to 1.8.1
39
+
40
+ * @applitools/image bumped to 1.2.1
41
+
42
+ * @applitools/dom-capture bumped to 11.6.1
43
+
44
+ * @applitools/driver bumped to 1.23.1
45
+
46
+ * @applitools/spec-driver-webdriver bumped to 1.4.1
47
+
48
+ * @applitools/spec-driver-selenium bumped to 1.7.1
49
+
50
+ * @applitools/spec-driver-puppeteer bumped to 1.6.1
51
+
52
+ * @applitools/screenshoter bumped to 3.12.1
53
+
54
+ * @applitools/nml-client bumped to 1.11.1
55
+
56
+ * @applitools/tunnel-client bumped to 1.10.2
57
+
58
+ * @applitools/ufg-client bumped to 1.17.1
59
+
60
+ * @applitools/core-base bumped to 1.27.1
61
+
62
+ * @applitools/ec-client bumped to 1.12.2
63
+
64
+ * @applitools/core bumped to 4.44.2
65
+
66
+ * eyes_core bumped to 6.9.0
67
+ #### Features
68
+
69
+ * release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
70
+
71
+
72
+
73
+
3
74
  ## [6.11.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.10.1...ruby/eyes_selenium@6.11.0) (2025-07-23)
4
75
 
5
76
 
@@ -27,7 +27,7 @@ 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.8.2"
30
+ spec.add_dependency 'eyes_core', "= 6.9.0"
31
31
  spec.add_dependency 'selenium-webdriver', '>= 3'
32
32
  spec.add_dependency 'css_parser'
33
33
  spec.add_dependency 'crass'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.11.0'.freeze
5
+ VERSION = '6.12.0'.freeze
6
6
  end
7
7
  end
8
8
 
@@ -2,55 +2,81 @@
2
2
 
3
3
  module IosMultiDeviceTargetGenerated
4
4
  extend self
5
- IPhone_SE_3 = 'iPhone SE (3rd generation)'.freeze
5
+ IPhone_SE_1 = 'iPhone SE (1st generation)'.freeze
6
6
  IPhone_SE_2 = 'iPhone SE (2nd generation)'.freeze
7
+ IPhone_SE_3 = 'iPhone SE (3rd generation)'.freeze
8
+ IPhone_6 = 'iPhone 6'.freeze
9
+ IPhone_6_Plus = 'iPhone 6 Plus'.freeze
10
+ IPhone_7 = 'iPhone 7'.freeze
11
+ IPhone_7_Plus = 'iPhone 7 Plus'.freeze
7
12
  IPhone_8 = 'iPhone 8'.freeze
8
13
  IPhone_8_Plus = 'iPhone 8 Plus'.freeze
9
- IPhone_13_mini = 'iPhone 13 mini'.freeze
10
- IPhone_12_mini = 'iPhone 12 mini'.freeze
11
- IPhone_11_Pro = 'iPhone 11 Pro'.freeze
12
14
  IPhone_X = 'iPhone X'.freeze
13
15
  IPhone_XR = 'iPhone XR'.freeze
14
16
  IPhone_Xs = 'iPhone Xs'.freeze
15
17
  IPhone_Xs_Max = 'iPhone Xs Max'.freeze
16
18
  IPhone_11 = 'iPhone 11'.freeze
19
+ IPhone_11_Pro = 'iPhone 11 Pro'.freeze
17
20
  IPhone_11_Pro_Max = 'iPhone 11 Pro Max'.freeze
18
21
  IPhone_12 = 'iPhone 12'.freeze
22
+ IPhone_12_mini = 'iPhone 12 mini'.freeze
19
23
  IPhone_12_Pro = 'iPhone 12 Pro'.freeze
20
24
  IPhone_12_Pro_Max = 'iPhone 12 Pro Max'.freeze
21
25
  IPhone_13 = 'iPhone 13'.freeze
26
+ IPhone_13_mini = 'iPhone 13 mini'.freeze
22
27
  IPhone_13_Pro = 'iPhone 13 Pro'.freeze
23
28
  IPhone_13_Pro_Max = 'iPhone 13 Pro Max'.freeze
24
29
  IPhone_14 = 'iPhone 14'.freeze
25
30
  IPhone_14_Pro = 'iPhone 14 Pro'.freeze
26
31
  IPhone_14_Plus = 'iPhone 14 Plus'.freeze
27
32
  IPhone_14_Pro_Max = 'iPhone 14 Pro Max'.freeze
33
+ IPhone_15 = 'iPhone 15'.freeze
34
+ IPhone_15_Pro = 'iPhone 15 Pro'.freeze
35
+ IPhone_15_Plus = 'iPhone 15 Plus'.freeze
36
+ IPhone_15_Pro_Max = 'iPhone 15 Pro Max'.freeze
37
+ IPhone_16 = 'iPhone 16'.freeze
38
+ IPhone_16_Pro = 'iPhone 16 Pro'.freeze
39
+ IPhone_16_Plus = 'iPhone 16 Plus'.freeze
40
+ IPhone_16_Pro_Max = 'iPhone 16 Pro Max'.freeze
28
41
 
29
42
  def enum_values
30
43
  [
31
- IPhone_SE_3,
44
+ IPhone_SE_1,
32
45
  IPhone_SE_2,
46
+ IPhone_SE_3,
47
+ IPhone_6,
48
+ IPhone_6_Plus,
49
+ IPhone_7,
50
+ IPhone_7_Plus,
33
51
  IPhone_8,
34
52
  IPhone_8_Plus,
35
- IPhone_13_mini,
36
- IPhone_12_mini,
37
- IPhone_11_Pro,
38
53
  IPhone_X,
39
54
  IPhone_XR,
40
55
  IPhone_Xs,
41
56
  IPhone_Xs_Max,
42
57
  IPhone_11,
58
+ IPhone_11_Pro,
43
59
  IPhone_11_Pro_Max,
44
60
  IPhone_12,
61
+ IPhone_12_mini,
45
62
  IPhone_12_Pro,
46
63
  IPhone_12_Pro_Max,
47
64
  IPhone_13,
65
+ IPhone_13_mini,
48
66
  IPhone_13_Pro,
49
67
  IPhone_13_Pro_Max,
50
68
  IPhone_14,
51
69
  IPhone_14_Pro,
52
70
  IPhone_14_Plus,
53
71
  IPhone_14_Pro_Max,
72
+ IPhone_15,
73
+ IPhone_15_Pro,
74
+ IPhone_15_Plus,
75
+ IPhone_15_Pro_Max,
76
+ IPhone_16,
77
+ IPhone_16_Pro,
78
+ IPhone_16_Plus,
79
+ IPhone_16_Pro_Max,
54
80
  ]
55
81
  end
56
82
  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.11.0
4
+ version: 6.12.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: 2025-07-23 00:00:00.000000000 Z
11
+ date: 2025-08-05 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.8.2
19
+ version: 6.9.0
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.8.2
26
+ version: 6.9.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement