selenium_surfer 0.1.3 → 0.1.4

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.
@@ -1,3 +1,3 @@
1
1
  module SeleniumSurfer
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
@@ -13,7 +13,8 @@ module SeleniumSurfer
13
13
  :remote_host => 'http://localhost:8080',
14
14
  :remote_timeout => 120,
15
15
  :window_width => 1500,
16
- :window_height => 1000
16
+ :window_height => 1000,
17
+ :capabilities => nil
17
18
  }
18
19
 
19
20
  # Configure through hash
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ignacio Baixas