eyes_selenium 6.3.7 → 6.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c1d536d9c3632ca50e29c10a5b75c0b6b04efc8cd164deb84aac3e3beb1f5f2
4
- data.tar.gz: 230db25596a2800336ab125ae877e7e6ee26bdff50a0f13667204e942b9cb491
3
+ metadata.gz: 8b1157011e9db0b0ce9d29b8e8a177ecb76178c893b65060661316ad9c946db4
4
+ data.tar.gz: b68107cf1f78fb2e54103f925ed7688315a741c436b4278abf74e5055f9fafaa
5
5
  SHA512:
6
- metadata.gz: 43fda0491af7041121d89526985eb88a342bab17e714d98d54c41afb2eac3cbb9e71d9fd3c539725da8a575a3ba920c380bbf034f8061ee30c0abaf767e8e98e
7
- data.tar.gz: 5fba3b84f17dec6168683c83751571e7125f92e08be49a37650c4600bf69b1c53ba39424ca5726de4efb4f2d021de8ed7f4cafe45b2632a778faf04235bf8c2a
6
+ metadata.gz: 732e4877b8061c702dab466ee0b851f5e8cab8aaf224e8909032b4acdb8ef1f4f14ab6d7a74383a2d98a0eae77c4a26f8cca3b90bdc63d421b40ad5ac9149748
7
+ data.tar.gz: a83e1322f1d49fef5fec889b1ca281f602d27fb7eeef7668552f2a8e52ccbd092e0a6df18189b621c91ae07f28593bbd7e114af5e3a75a0bf6e01293d0837f6d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-capture bumped to 11.4.0
14
+ #### Features
15
+
16
+ * ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
17
+ * @applitools/driver bumped to 1.19.0
18
+ #### Features
19
+
20
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
21
+
22
+
23
+ #### Bug Fixes
24
+
25
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
26
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
27
+ * @applitools/tunnel-client bumped to 1.5.8
28
+ #### Bug Fixes
29
+
30
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
31
+
32
+
33
+
34
+ * @applitools/core-base bumped to 1.16.1
35
+ #### Bug Fixes
36
+
37
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
38
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
39
+
40
+ * @applitools/spec-driver-selenium bumped to 1.5.83
41
+
42
+ * @applitools/spec-driver-puppeteer bumped to 1.4.12
43
+
44
+ * @applitools/screenshoter bumped to 3.8.36
45
+
46
+ * @applitools/nml-client bumped to 1.8.10
47
+
48
+ * @applitools/ec-client bumped to 1.9.4
49
+
50
+ * @applitools/core bumped to 4.18.2
51
+ #### Bug Fixes
52
+
53
+ * don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
54
+
55
+
56
+
57
+ * eyes_universal bumped to 4.18.2
58
+
59
+ * eyes_core bumped to 6.3.8
60
+
61
+
3
62
  ## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.6...ruby/eyes_selenium@6.3.7) (2024-07-23)
4
63
 
5
64
 
@@ -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.3.7"
28
+ spec.add_dependency 'eyes_core', "= 6.3.8"
29
29
  spec.add_dependency 'selenium-webdriver', '>= 3'
30
30
  spec.add_dependency 'css_parser'
31
31
  spec.add_dependency 'crass'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.3.7'.freeze
5
+ VERSION = '6.3.8'.freeze
6
6
  end
7
7
  end
@@ -2,26 +2,9 @@
2
2
 
3
3
  module IosDeviceNameGenerated
4
4
  extend self
5
- IPad_5 = 'iPad (5th generation)'.freeze
6
- IPad_6 = 'iPad (6th generation)'.freeze
7
5
  IPad_7 = 'iPad (7th generation)'.freeze
8
- IPad_8 = 'iPad (8th generation)'.freeze
9
6
  IPad_9 = 'iPad (9th generation)'.freeze
10
- IPad_10 = 'iPad (10th generation)'.freeze
11
- IPad_Air_2 = 'iPad Air 2'.freeze
12
- IPad_Air_3 = 'iPad Air (3rd generation)'.freeze
13
7
  IPad_Air_4 = 'iPad Air (4th generation)'.freeze
14
- IPad_Air_5 = 'iPad Air (5th generation)'.freeze
15
- IPad_mini_4 = 'iPad mini 4'.freeze
16
- IPad_mini_5 = 'iPad mini (5th generation)'.freeze
17
- IPad_mini_6 = 'iPad mini (6th generation)'.freeze
18
- IPad_Pro_9_7_inch_1 = 'iPad Pro (9.7-inch)'.freeze
19
- IPad_Pro_10_5_inch_1 = 'iPad Pro (10.5-inch)'.freeze
20
- IPad_Pro_11_inch_1 = 'iPad Pro (11-inch) (1st generation)'.freeze
21
- IPad_Pro_12_9_inch_1 = 'iPad Pro (12.9-inch) (1st generation)'.freeze
22
- IPad_Pro_11_inch_2 = 'iPad Pro (11-inch) (2nd generation)'.freeze
23
- IPad_Pro_12_9_inch_2 = 'iPad Pro (12.9-inch) (2nd generation)'.freeze
24
- IPad_Pro_11_inch_3 = 'iPad Pro (11-inch) (3rd generation)'.freeze
25
8
 
26
9
  # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
27
10
  # deprecate_constant :IPad_Pro_3 not allow to point to new version (
@@ -32,13 +15,6 @@ module IosDeviceNameGenerated
32
15
  # deprecate_constant :IPad_Pro_4 not allow to point to new version (
33
16
  IPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
34
17
  IPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
35
- IPad_Pro_12_9_inch_4 = 'iPad Pro (12.9-inch) (4th generation)'.freeze
36
- IPad_Pro_12_9_inch_5 = 'iPad Pro (12.9-inch) (5th generation)'.freeze
37
- IPad_Pro_12_9_inch_6 = 'iPad Pro (12.9-inch) (6th generation)'.freeze
38
- IPhone_6s = 'iPhone 6s'.freeze
39
- IPhone_6s_Plus = 'iPhone 6s Plus'.freeze
40
- IPhone_7 = 'iPhone 7'.freeze
41
- IPhone_7_Plus = 'iPhone 7 Plus'.freeze
42
18
  IPhone_8 = 'iPhone 8'.freeze
43
19
  IPhone_8_Plus = 'iPhone 8 Plus'.freeze
44
20
  IPhone_X = 'iPhone X'.freeze
@@ -48,7 +24,6 @@ module IosDeviceNameGenerated
48
24
  # deprecate_constant :IPhone_XS not allow to point to new version (
49
25
  IPhone_XS = 'iPhone Xs'.freeze
50
26
  IPhone_Xs = 'iPhone Xs'.freeze
51
- IPhone_Xs_Max = 'iPhone Xs Max'.freeze
52
27
  IPhone_11 = 'iPhone 11'.freeze
53
28
  IPhone_11_Pro_Max = 'iPhone 11 Pro Max'.freeze
54
29
  IPhone_11_Pro = 'iPhone 11 Pro'.freeze
@@ -57,66 +32,28 @@ module IosDeviceNameGenerated
57
32
  IPhone_12_Pro_Max = 'iPhone 12 Pro Max'.freeze
58
33
  IPhone_12_Pro = 'iPhone 12 Pro'.freeze
59
34
  IPhone_13 = 'iPhone 13'.freeze
60
- IPhone_13_mini = 'iPhone 13 mini'.freeze
61
35
  IPhone_13_Pro_Max = 'iPhone 13 Pro Max'.freeze
62
36
  IPhone_13_Pro = 'iPhone 13 Pro'.freeze
63
37
  IPhone_14 = 'iPhone 14'.freeze
64
- IPhone_14_Plus = 'iPhone 14 Plus'.freeze
65
- IPhone_14_Pro = 'iPhone 14 Pro'.freeze
66
38
  IPhone_14_Pro_Max = 'iPhone 14 Pro Max'.freeze
67
39
  IPhone_15 = 'iPhone 15'.freeze
68
- IPhone_15_Plus = 'iPhone 15 Plus'.freeze
69
- IPhone_15_Pro = 'iPhone 15 Pro'.freeze
70
40
  IPhone_15_Pro_Max = 'iPhone 15 Pro Max'.freeze
71
41
 
72
- # Deprecated: Use IosDeviceName::IPhone_SE_1 instead.
73
- # deprecate_constant :IPhone_SE not allow to point to new version (
74
- IPhone_SE = 'iPhone SE (1st generation)'.freeze
75
- IPhone_SE_1 = 'iPhone SE (1st generation)'.freeze
76
- IPhone_SE_2 = 'iPhone SE (2nd generation)'.freeze
77
- IPhone_SE_3 = 'iPhone SE (3rd generation)'.freeze
78
- IPod_touch_7 = 'iPod touch (7th generation)'.freeze
79
-
80
42
  def enum_values
81
43
  [
82
- IPad_5,
83
- IPad_6,
84
44
  IPad_7,
85
- IPad_8,
86
45
  IPad_9,
87
- IPad_10,
88
- IPad_Air_2,
89
- IPad_Air_3,
90
46
  IPad_Air_4,
91
- IPad_Air_5,
92
- IPad_mini_4,
93
- IPad_mini_5,
94
- IPad_mini_6,
95
- IPad_Pro_9_7_inch_1,
96
- IPad_Pro_10_5_inch_1,
97
- IPad_Pro_11_inch_1,
98
- IPad_Pro_12_9_inch_1,
99
- IPad_Pro_11_inch_2,
100
- IPad_Pro_12_9_inch_2,
101
- IPad_Pro_11_inch_3,
102
47
  IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
103
48
  IPad_Pro_12_9_inch_3,
104
49
  IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead.
105
50
  IPad_Pro_11_inch_4,
106
- IPad_Pro_12_9_inch_4,
107
- IPad_Pro_12_9_inch_5,
108
- IPad_Pro_12_9_inch_6,
109
- IPhone_6s,
110
- IPhone_6s_Plus,
111
- IPhone_7,
112
- IPhone_7_Plus,
113
51
  IPhone_8,
114
52
  IPhone_8_Plus,
115
53
  IPhone_X,
116
54
  IPhone_XR,
117
55
  IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead.
118
56
  IPhone_Xs,
119
- IPhone_Xs_Max,
120
57
  IPhone_11,
121
58
  IPhone_11_Pro_Max,
122
59
  IPhone_11_Pro,
@@ -125,22 +62,12 @@ module IosDeviceNameGenerated
125
62
  IPhone_12_Pro_Max,
126
63
  IPhone_12_Pro,
127
64
  IPhone_13,
128
- IPhone_13_mini,
129
65
  IPhone_13_Pro_Max,
130
66
  IPhone_13_Pro,
131
67
  IPhone_14,
132
- IPhone_14_Plus,
133
- IPhone_14_Pro,
134
68
  IPhone_14_Pro_Max,
135
69
  IPhone_15,
136
- IPhone_15_Plus,
137
- IPhone_15_Pro,
138
70
  IPhone_15_Pro_Max,
139
- IPhone_SE, # Deprecated: Use IosDeviceName::IPhone_SE_1 instead.
140
- IPhone_SE_1,
141
- IPhone_SE_2,
142
- IPhone_SE_3,
143
- IPod_touch_7,
144
71
  ]
145
72
  end
146
73
  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.3.7
4
+ version: 6.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-24 00:00:00.000000000 Z
11
+ date: 2024-09-10 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.3.7
19
+ version: 6.3.8
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.3.7
26
+ version: 6.3.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -172,7 +172,7 @@ homepage: https://www.applitools.com
172
172
  licenses:
173
173
  - Applitools
174
174
  metadata: {}
175
- post_install_message:
175
+ post_install_message:
176
176
  rdoc_options: []
177
177
  require_paths:
178
178
  - lib
@@ -187,8 +187,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.5.9
191
- signing_key:
190
+ rubygems_version: 3.1.6
191
+ signing_key:
192
192
  specification_version: 4
193
193
  summary: Applitools Ruby Selenium SDK
194
194
  test_files: []