eyes_selenium 3.6.9 → 3.6.10

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
  SHA1:
3
- metadata.gz: ec128f5f784cf650ef0813cbe6f3f8723f928ec0
4
- data.tar.gz: 96fef4717ef49d6ba7a8d73ee4b3b7e15c82fae0
3
+ metadata.gz: 85ec0055896a4d58dab8a55e4d45edc5925e781c
4
+ data.tar.gz: 1f2740e1cfb72899874adbca62408c95dfbf2954
5
5
  SHA512:
6
- metadata.gz: dbd2ea8b825228f633ad96e340bfa4dc8759634dfe617c6c665a1c957157110277f56554efe18d70ee70c77420d39b10e0f8c8f9c403d6655483a5e61ed5325b
7
- data.tar.gz: 5d48ebf42e9e285390f9d6f54da5654891d53e9a9d39b78b4743f4617059fa9c22d72667c0a6dbd1caf9006d8ddc4bf9181bc5371f0737c786f4a10d2dd29f51
6
+ metadata.gz: 0acf11c4f307d674c8cc037d1339930f501737647184a1fd6e148ff7d8a86dcae64f3960fcbf11ec99d306237f6829a9b17548928c58a85bf91555d311515780
7
+ data.tar.gz: f5f09196396ea48a3d58581cc4aa9e1a997aafdd51fb30ce5a25457044a579679747ba100cf4469c335f3e29fd280d2466efe54064cd0f44baf446a6af0b1085
@@ -13,7 +13,7 @@ module Applitools::Selenium
13
13
  # @param [Boolean] disable_vertical Whether to disable vertical movement or not.
14
14
  # @param [Integer] max_width The max width.
15
15
  # @param [Integer] max_height The max height.
16
- def initialize(executor, disable_horizontal = false, disable_vertical = false, max_width: nil, max_height: nil)
16
+ def initialize(executor, disable_horizontal = false, disable_vertical = false, max_width = nil, max_height = nil)
17
17
  self.executor = executor
18
18
  self.disable_horizontal = disable_horizontal
19
19
  self.disable_vertical = disable_vertical
@@ -1174,10 +1174,10 @@ module Applitools::Selenium
1174
1174
  case stitch_mode
1175
1175
  when :SCROLL
1176
1176
  Applitools::Selenium::ScrollPositionProvider.new(driver, disable_horizontal, disable_vertical,
1177
- max_width: max_width, max_height: max_height)
1177
+ max_width, max_height)
1178
1178
  when :CSS
1179
1179
  Applitools::Selenium::CssTranslatePositionProvider.new(driver, disable_horizontal, disable_vertical,
1180
- max_width: max_width, max_height: max_height)
1180
+ max_width, max_height)
1181
1181
  end
1182
1182
  end
1183
1183
  end
@@ -10,7 +10,7 @@ module Applitools::Selenium
10
10
  # @param [Applitools::Selenium::Driver] executor The instance that of the driver.
11
11
  # @param [Boolean] disable_horizontal Whether to disable horizontal movement or not.
12
12
  # @param [Boolean] disable_vertical Whether to disable vertical movement or not.
13
- def initialize(executor, disable_horizontal = false, disable_vertical = false, max_width: nil, max_height: nil)
13
+ def initialize(executor, disable_horizontal = false, disable_vertical = false, max_width = nil, max_height = nil)
14
14
  self.executor = executor
15
15
  self.disable_horizontal = disable_horizontal
16
16
  self.disable_vertical = disable_vertical
@@ -1,3 +1,3 @@
1
1
  module Applitools
2
- VERSION = '3.6.9'.freeze
2
+ VERSION = '3.6.10'.freeze
3
3
  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.6.9
4
+ version: 3.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2017-05-19 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.6.9
19
+ version: 3.6.10
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.6.9
26
+ version: 3.6.10
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: selenium-webdriver
29
29
  requirement: !ruby/object:Gem::Requirement