eyes_appium 4.5.5 → 4.6.1
Sign up to get free protection for your applications and to get access to all the features.
- 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: f6fa4fb903bf9e9da842432947c27dc85cfe08fb83c5521fdd6d762ee9c4e23c
|
4
|
+
data.tar.gz: 8f9b90b5dad5e1c33794960fa89aff0786f283221c39cc861c99fcc8645ad05a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d053542e02ce0912d1ffb7fe4b0d392a9100b3da53cb0dadf161c10bcd6d444e975124d12228b3fac1b6075b0807416cd43c5bbde62486b418a66a91b251daf8
|
7
|
+
data.tar.gz: 4c1e38f2620b009278fed3c72b8a4872cf7f67c4b15c56b1feb6babb02150ce8fc41f80b6e5a816352e6057792447ef3e8d6610852f75b491c28b00ee7ca713e
|
@@ -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.1
|
6
|
-
UNIVERSAL_VERSION = '3.
|
4
|
+
VERSION = '4.6.1'.freeze
|
5
|
+
IMAGES_VERSION = '4.2.1'.freeze
|
6
|
+
UNIVERSAL_VERSION = '3.3.1'.freeze
|
7
|
+
UNIVERSAL_CORE_VERSION = '2.4.8'.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.1
|
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-04-12 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.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: 4.
|
26
|
+
version: 4.6.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: appium_lib
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|