sahi 1.2.1 → 1.3.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 +7 -0
- data/lib/sahi.rb +180 -9
- data/test/elementstub_test.rb +92 -7
- data/test/sahi_test.rb +436 -327
- metadata +8 -10
metadata
CHANGED
@@ -1,17 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sahi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
5
|
-
prerelease:
|
4
|
+
version: 1.3.0
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Tyto Software
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-04-28 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
|
-
description:
|
13
|
+
description: "Ruby driver for Sahi (http://sahi.co.in/). Sahi is a web automation
|
15
14
|
tool. \nSahi runs as a proxy, and the browser needs to be configured to use Sahi's
|
16
15
|
proxy. \nThe browser can then be driven via the Sahi Ruby driver."
|
17
16
|
email: support@sahi.co.in
|
@@ -26,28 +25,27 @@ files:
|
|
26
25
|
- test/sahi_test.rb
|
27
26
|
homepage: http://sahi.co.in/w/ruby/
|
28
27
|
licenses: []
|
28
|
+
metadata: {}
|
29
29
|
post_install_message: Welcome to easy web automation using Sahi. You need to have
|
30
30
|
Sahi proxy running before using this driver.
|
31
31
|
rdoc_options: []
|
32
32
|
require_paths:
|
33
33
|
- lib
|
34
34
|
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
-
none: false
|
36
35
|
requirements:
|
37
|
-
- -
|
36
|
+
- - '>='
|
38
37
|
- !ruby/object:Gem::Version
|
39
38
|
version: '0'
|
40
39
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
40
|
requirements:
|
43
|
-
- -
|
41
|
+
- - '>='
|
44
42
|
- !ruby/object:Gem::Version
|
45
43
|
version: '0'
|
46
44
|
requirements: []
|
47
45
|
rubyforge_project:
|
48
|
-
rubygems_version:
|
46
|
+
rubygems_version: 2.0.14
|
49
47
|
signing_key:
|
50
|
-
specification_version:
|
48
|
+
specification_version: 4
|
51
49
|
summary: Ruby driver for Sahi Pro
|
52
50
|
test_files:
|
53
51
|
- test/elementstub_test.rb
|