eyes_selenium 3.16.16 → 3.17.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/configuration.rb +0 -7
- data/lib/applitools/selenium/target.rb +1 -1
- 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: 78413a6f279b3794f59b083a1fa5a45d4e24abacd2ce0afc307b9ef460544c14
|
|
4
|
+
data.tar.gz: a275e1d8faeb55b6fc4d6da860dbd5fb3653f2998850e21a1cc49acd764fdca6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c0469f425a316ff162998b826d3895a36b2c4861e80bf1bf1e27e11dfe247e159bc885c6d2079c629ae612b68cd148e73910acf9ecbcf40f8f4faaf16fefe94
|
|
7
|
+
data.tar.gz: 624f99713ef32dbe5f19af005444fe74537ff84961e99a27419e011c53fbc9c0759ab3b6e4f11a094ab697c64ea7c86ddc0bacd7f1192ac9046f6ba6670e9fd8
|
|
@@ -14,7 +14,6 @@ module Applitools
|
|
|
14
14
|
hide_scrollbars: true,
|
|
15
15
|
hide_caret: false,
|
|
16
16
|
browsers_info: Applitools::Selenium::BrowsersInfo.new,
|
|
17
|
-
accessibility_validation: Applitools::AccessibilityLevel::NONE,
|
|
18
17
|
rendering_grid_force_put: (ENV['APPLITOOLS_RENDERING_GRID_FORCE_PUT'] || 'false').casecmp('true') == 0
|
|
19
18
|
}
|
|
20
19
|
end
|
|
@@ -33,14 +32,8 @@ module Applitools
|
|
|
33
32
|
|
|
34
33
|
object_field :browsers_info, Applitools::Selenium::BrowsersInfo
|
|
35
34
|
int_field :concurrent_sessions
|
|
36
|
-
enum_field :accessibility_validation, Applitools::AccessibilityLevel.enum_values
|
|
37
35
|
boolean_field :rendering_grid_force_put
|
|
38
36
|
|
|
39
|
-
def custom_setter_for_accessibility_validation(value)
|
|
40
|
-
# self.default_match_settings = self.parent.class.default_config[:default_match_settings] unless default_match_settings
|
|
41
|
-
default_match_settings.accessibility_level = value
|
|
42
|
-
end
|
|
43
|
-
|
|
44
37
|
def add_browser(*args)
|
|
45
38
|
case args.size
|
|
46
39
|
when 0, 1
|
|
@@ -312,7 +312,7 @@ module Applitools
|
|
|
312
312
|
options = Applitools::Utils.extract_options! args
|
|
313
313
|
unless options[:type]
|
|
314
314
|
raise Applitools::EyesError,
|
|
315
|
-
'You should call Target.accessibility(region,
|
|
315
|
+
'You should call Target.accessibility(region, type: type). The :type option is required'
|
|
316
316
|
end
|
|
317
317
|
unless Applitools::AccessibilityRegionType.enum_values.include?(options[:type])
|
|
318
318
|
raise Applitools::EyesIllegalArgument,
|
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.17.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-
|
|
11
|
+
date: 2020-05-18 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.17.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.17.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|