eyes_selenium 2.30.0 → 2.31.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 +4 -4
- data/lib/applitools/selenium/match_window_task.rb +9 -3
- data/lib/applitools/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57e3ec595f0c7d68c32885999d4fe662de97f90b
|
|
4
|
+
data.tar.gz: b2c665c860fc5356572ab4150b955bb237b12d0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5b40fb1f539daca644a7bda37991908b6563ab1c888a2b63b7efc279b06eaab106e603efdcac46c63faaf58e75a11f2b751de7de6bede377127560562156b1e
|
|
7
|
+
data.tar.gz: bf67f4c46ad8ad8d04612d4a99b2cfb01662085d9302ecfffd57742ff583939f0758961f66be5f4ab2addb099b08abfd7738da59db0a36f5bb44790cff801449
|
|
@@ -119,9 +119,15 @@ module Applitools::Selenium
|
|
|
119
119
|
current_screenshot_encoded = @current_screenshot.to_blob.force_encoding('BINARY')
|
|
120
120
|
Applitools::EyesLogger.debug 'Done!'
|
|
121
121
|
end
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
122
|
+
|
|
123
|
+
# FIXME re-Enable screenshot compression after handling memory leaks.
|
|
124
|
+
# Applitools::EyesLogger.debug 'Compressing screenshot...'
|
|
125
|
+
# compressed_screenshot = Applitools::Utils::ImageDeltaCompressor.compress_by_raw_blocks(@current_screenshot,
|
|
126
|
+
# current_screenshot_encoded, last_checked_window)
|
|
127
|
+
|
|
128
|
+
# FIXME Remove the following line after compression is re-enabled.
|
|
129
|
+
compressed_screenshot = current_screenshot_encoded
|
|
130
|
+
|
|
125
131
|
Applitools::EyesLogger.debug 'Done! Creating AppOuptut...'
|
|
126
132
|
app_output = AppOuptut.new(title, nil)
|
|
127
133
|
user_inputs = []
|
data/lib/applitools/version.rb
CHANGED
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: 2.
|
|
4
|
+
version: 2.31.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: 2016-
|
|
11
|
+
date: 2016-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: selenium-webdriver
|