eyes_appium 4.5.4 → 4.6.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/appium/eyes.rb +2 -0
- data/lib/applitools/appium/target.rb +7 -0
- data/lib/applitools/version.rb +4 -3
- 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: b6adf99ac942ce17f8b81288d85705861729f8a458166af437eaf5c8f567c981
|
4
|
+
data.tar.gz: f13eb009ad83f47f95f8012297b7778ca5874eeec1c0792a77d801cbe96b7089
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a87f71b0281ee2df5c6ae0caab56248a27aa6e59b3fec02dcfce6546aa4eac8bb156f85ce8e622ffd1b4f9c4922367f06dd8f06554719b5908f65e776ca7a9e
|
7
|
+
data.tar.gz: bc2fe93e2427a563a17240021d69378637414d869f84005cc60fdb25ab8fd80a9c713c4672d1aac9f292448f0e3e3678ff402f600a4cdf37305758fb8ac5948d
|
@@ -36,6 +36,8 @@ class Applitools::Appium::Eyes < Applitools::Selenium::SeleniumEyes
|
|
36
36
|
self.tag_for_debug = name
|
37
37
|
Applitools::ArgumentGuard.one_of? target, 'target', [Applitools::Selenium::Target, Applitools::Appium::Target]
|
38
38
|
|
39
|
+
# target.fully(false) if target.options[:stitch_content].nil?
|
40
|
+
|
39
41
|
return universal_check(name, target)
|
40
42
|
return check_native(name, target) if native_app?
|
41
43
|
super
|
@@ -27,6 +27,13 @@ module Applitools
|
|
27
27
|
reset_floating
|
28
28
|
self
|
29
29
|
end
|
30
|
+
|
31
|
+
def webview(value = true)
|
32
|
+
options[:webview] = value.is_a?(String) ? value : !!value
|
33
|
+
# options[:stitch_content] = false if options[:stitch_content].nil?
|
34
|
+
self
|
35
|
+
end
|
36
|
+
|
30
37
|
# class Target
|
31
38
|
# include Applitools::FluentInterface
|
32
39
|
# attr_accessor :region_to_check, :options, :ignored_regions, :floating_regions, :layout_regions, :content_regions, :strict_regions, :accessibility_regions
|
data/lib/applitools/version.rb
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
# frozen_string_literal: false
|
2
2
|
|
3
3
|
module Applitools
|
4
|
-
VERSION = '4.
|
5
|
-
IMAGES_VERSION = '4.
|
6
|
-
UNIVERSAL_VERSION = '3.
|
4
|
+
VERSION = '4.6.0'.freeze
|
5
|
+
IMAGES_VERSION = '4.2.0'.freeze
|
6
|
+
UNIVERSAL_VERSION = '3.3.0'.freeze
|
7
|
+
UNIVERSAL_CORE_VERSION = '2.3.10'.freeze
|
7
8
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_appium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.6.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: 2023-
|
11
|
+
date: 2023-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eyes_selenium
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.
|
19
|
+
version: 4.6.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: 4.
|
26
|
+
version: 4.6.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: appium_lib
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|