eyes_selenium 6.12.43 → 6.12.44
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 +53 -0
- data/eyes_selenium.gemspec +1 -1
- data/lib/applitools/eyes_selenium/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21441430f89c34f5bd0bb76a40fd9f8c3b4ff8a29043c4151d9de943e811cd9b
|
|
4
|
+
data.tar.gz: e7a493d7d567c7fa9177215b3989b93de2bc040eb84e852b0541e028b525b96f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e771800fbb45d2b2b2047ee7fa2496c983455f98d6b4bb992a81aa41f0f2e6be46246650d704413bd6c0aebdd825947ba915b404b96c49a1cc25aa64997cfd1
|
|
7
|
+
data.tar.gz: '09315a2632c02cf1a878baf9104dc8c4de0d9225fcf55384aaad60067414bcb2ddbdfe342fcc100ca73322914138380a097ea8d62ae2891286b2602b4086cc62'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,58 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.12.44](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.43...ruby/eyes_selenium@6.12.44) (2026-07-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.2.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
|
|
12
|
+
* @applitools/core-base bumped to 1.36.2
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* guard logEventBatch against a logger-less event ([#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([bb8c9b2](https://github.com/Applitools-Dev/sdk/commit/bb8c9b242801e08dd573a77e261d5fb4540cd68e))
|
|
16
|
+
* @applitools/dom-snapshot bumped to 4.17.6
|
|
17
|
+
|
|
18
|
+
* @applitools/snippets bumped to 2.9.4
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/dom-capture bumped to 11.8.4
|
|
26
|
+
|
|
27
|
+
* @applitools/driver bumped to 1.26.6
|
|
28
|
+
|
|
29
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.6
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-selenium bumped to 1.8.6
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-playwright bumped to 1.9.6
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.6
|
|
36
|
+
|
|
37
|
+
* @applitools/screenshoter bumped to 3.12.25
|
|
38
|
+
|
|
39
|
+
* @applitools/nml-client bumped to 1.11.36
|
|
40
|
+
|
|
41
|
+
* @applitools/ec-client bumped to 1.12.38
|
|
42
|
+
|
|
43
|
+
* @applitools/core bumped to 4.66.2
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
47
|
+
* send the old-infra retry in its check's slot | AD-14675 ([#3968](https://github.com/Applitools-Dev/sdk/issues/3968)) ([946b926](https://github.com/Applitools-Dev/sdk/commit/946b92632a511f1ed23f2f65d0382ef8d7177ea7))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
* eyes_universal bumped to 4.66.2
|
|
52
|
+
|
|
53
|
+
* eyes_core bumped to 6.11.10
|
|
54
|
+
|
|
55
|
+
|
|
3
56
|
## [6.12.43](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.42...ruby/eyes_selenium@6.12.43) (2026-07-08)
|
|
4
57
|
|
|
5
58
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -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.11.
|
|
30
|
+
spec.add_dependency 'eyes_core', "= 6.11.10"
|
|
31
31
|
spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
|
|
32
32
|
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.44
|
|
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-07-
|
|
11
|
+
date: 2026-07-21 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.11.
|
|
19
|
+
version: 6.11.10
|
|
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.11.
|
|
26
|
+
version: 6.11.10
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|