eyes_selenium 6.0.4 → 6.1.1

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: ab533b777755a603d1793a1a6cedc305ab99a9d32c8b9179d516ca2ebb0b1b8d
4
- data.tar.gz: 569a33aabaa91b9c7e2f540ae1b04c8b20ee70b9336e55aff7a11d877ecd0289
3
+ metadata.gz: fd52ffe7665d4ffb2889d56969e3e695bb2ba4bd64ab85bba143a927af2b800e
4
+ data.tar.gz: d62e5795ee7376f6e1895359b93fa48dfdc00f27ffef92df6762c584da48acb6
5
5
  SHA512:
6
- metadata.gz: a7f01b4c691a6b6df9af1fb6a1f04b393b06a5f575cb39dac70f2f16ab7ec8a02b7d374abc34ffb8dc6cd3a0f0a5bd5a5ca3ad70c6df632a64842412816558ae
7
- data.tar.gz: bc6552d61b437caa1964dd4890e617b989051869998d271e1327d4da16ff09166650e526ec7a5bb9e4cdca375e2690ad580ed63db10d5161cc3719e6b2156424
6
+ metadata.gz: 894bbea3939eca0d61821de97213cb6d2b1035c4d228c7f189be03af5191fdc69759e46426e14147529f96df559b66186612f732305d93ddbfcc501dbdb4e600
7
+ data.tar.gz: 39c4b84312aad0c9068beed397dfac2e98573c9b0dc83bce01db48c9a157953d23498d3fdbea6b926265864ca2186c3a026db4002de18736e888dc42e54fcd13
data/CHANGELOG.md CHANGED
@@ -1,5 +1,114 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_selenium@6.1.0...ruby/eyes_selenium@6.1.1) (2024-02-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.6.5
9
+ #### Bug Fixes
10
+
11
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
12
+ * @applitools/dom-shared bumped to 1.0.13
13
+ #### Bug Fixes
14
+
15
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
16
+ * @applitools/core-base bumped to 1.9.1
17
+ #### Bug Fixes
18
+
19
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
20
+
21
+
22
+
23
+ * @applitools/dom-capture bumped to 11.2.6
24
+
25
+ * @applitools/dom-snapshot bumped to 4.8.1
26
+
27
+ * @applitools/nml-client bumped to 1.7.2
28
+
29
+ * @applitools/tunnel-client bumped to 1.4.1
30
+ #### Bug Fixes
31
+
32
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
33
+
34
+
35
+
36
+ * @applitools/ufg-client bumped to 1.9.10
37
+
38
+ * @applitools/ec-client bumped to 1.7.27
39
+
40
+ * @applitools/core bumped to 4.9.1
41
+
42
+ * eyes_universal bumped to 4.9.1
43
+
44
+ * eyes_core bumped to 6.1.1
45
+
46
+
47
+ ## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_selenium-v6.0.4...ruby/eyes_selenium@6.1.0) (2024-02-19)
48
+
49
+
50
+ ### Features
51
+
52
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
53
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * @applitools/dom-snapshot bumped to 4.7.17
59
+ #### Bug Fixes
60
+
61
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
62
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
63
+ #### Bug Fixes
64
+
65
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
66
+ * @applitools/spec-driver-puppeteer bumped to 1.4.0
67
+ #### Features
68
+
69
+ * added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
70
+ * @applitools/nml-client bumped to 1.7.0
71
+ #### Features
72
+
73
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
74
+
75
+
76
+ #### Bug Fixes
77
+
78
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
79
+
80
+
81
+
82
+ * @applitools/screenshoter bumped to 3.8.23
83
+
84
+ * @applitools/ec-client bumped to 1.7.25
85
+
86
+ * @applitools/core bumped to 4.8.0
87
+ #### Features
88
+
89
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
90
+
91
+
92
+ #### Bug Fixes
93
+
94
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
95
+ * nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
96
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
97
+
98
+
99
+
100
+ * eyes_universal bumped to 4.8.0
101
+
102
+ * eyes_core bumped to 6.1.0
103
+ #### Features
104
+
105
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
106
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
107
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
108
+
109
+
110
+
111
+
3
112
  ## [6.0.4] (2024-02-05)
4
113
 
5
114
  * ### Bug Fixes
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesSelenium
5
- VERSION = '6.0.4'.freeze
5
+ VERSION = '6.1.1'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  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.0.4
4
+ version: 6.1.1
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-02-05 00:00:00.000000000 Z
11
+ date: 2024-03-01 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.0.4
19
+ version: 6.1.1
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.0.4
26
+ version: 6.1.1
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.0.3.1
191
- signing_key:
190
+ rubygems_version: 3.4.1
191
+ signing_key:
192
192
  specification_version: 4
193
193
  summary: Applitools Ruby Selenium SDK
194
194
  test_files: []