selenium_surfer 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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