eyes_selenium 3.15.48 → 3.16.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/selenium_eyes.rb +7 -0
- data/lib/applitools/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: 4bc6590ed5bd1025aff5ca587d8df01027d29242132f066071757ff54cf648aa
|
|
4
|
+
data.tar.gz: 6f3338ccbfaf0021c821c3f904b2ed73ec937270bcf0f75f6a71329dd6082f05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3698e9d600adf6e3bccaaf6fa2204ee89d99891ea056c086a4c2989d14faa3849aa4a4120fd068dff668a160b93d774e0033cdf46ef35c6cc11c1027b03eea9
|
|
7
|
+
data.tar.gz: de39b26a0a39937531ba5e0bbdafb11a8ad7aa9f3558e10d595fa2010ee3ae85d6832649790854220dce75186d0012b21998ffcbff9e50e2d17f82138464ed55
|
|
@@ -111,6 +111,7 @@ module Applitools::Selenium
|
|
|
111
111
|
def initialize(*args)
|
|
112
112
|
ensure_config
|
|
113
113
|
super
|
|
114
|
+
self.runner = Applitools::ClassicRunner.new unless runner
|
|
114
115
|
self.base_agent_id = "eyes.selenium.ruby/#{Applitools::VERSION}".freeze
|
|
115
116
|
self.check_frame_or_element = false
|
|
116
117
|
self.region_to_check = nil
|
|
@@ -633,6 +634,12 @@ module Applitools::Selenium
|
|
|
633
634
|
add_mouse_trigger_base(mouse_action, control, cursor)
|
|
634
635
|
end
|
|
635
636
|
|
|
637
|
+
def get_app_output_with_screenshot(*_args)
|
|
638
|
+
result = super
|
|
639
|
+
self.screenshot_url = nil
|
|
640
|
+
result
|
|
641
|
+
end
|
|
642
|
+
|
|
636
643
|
public :add_text_trigger, :add_mouse_trigger, :add_mouse_trigger_by_region_and_location
|
|
637
644
|
|
|
638
645
|
protected
|
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: 3.
|
|
4
|
+
version: 3.16.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: 2020-01-
|
|
11
|
+
date: 2020-01-24 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: 3.
|
|
19
|
+
version: 3.16.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: 3.
|
|
26
|
+
version: 3.16.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|