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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3693e0fa01788bbc3461546b1ce65f5597d1d6f7da25427b0cccd7b41f423a37
4
- data.tar.gz: 8c6c75b8d816b0d8b2b081553daed6e5abe533513851c6c8db4245bb8ef644cd
3
+ metadata.gz: 78413a6f279b3794f59b083a1fa5a45d4e24abacd2ce0afc307b9ef460544c14
4
+ data.tar.gz: a275e1d8faeb55b6fc4d6da860dbd5fb3653f2998850e21a1cc49acd764fdca6
5
5
  SHA512:
6
- metadata.gz: fcb23f72c595ff99cb474e2b7fcd48ccaf908ade5f224cb89dc8c92aac5483b6428a8fcaeb64a46eed55319583905f5b74a991ab1aa4cf05d818cc0382561df8
7
- data.tar.gz: 218d82d55730594dbb8623acb4addbea0a40df368dcd20ae82aea5a59a3c3da004f172ca31881ee9171b34108373c6071713e5412434c9e428af5327b04b0715
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, region_type: type). The region_type option is required'
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,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: false
2
2
 
3
3
  module Applitools
4
- VERSION = '3.16.16'.freeze
4
+ VERSION = '3.17.0'.freeze
5
5
  end
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.16.16
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-04-28 00:00:00.000000000 Z
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.16.16
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.16.16
26
+ version: 3.17.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement