Selenium-Client 0.1

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.
Files changed (3) hide show
  1. data/README +7 -0
  2. data/lib/selenium-client.rb +1756 -0
  3. metadata +51 -0
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: Selenium-Client
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.1"
7
+ date: 2008-04-14 00:00:00 -07:00
8
+ summary: Official driver for Selenium Remote Control.
9
+ require_paths:
10
+ - lib
11
+ email: selenium-client@rubyforge.org
12
+ homepage: http://selenium-client.rubyforge.com
13
+ rubyforge_project: selenium-client
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - OpenQA
31
+ files:
32
+ - lib/selenium-client.rb
33
+ - README
34
+ test_files: []
35
+
36
+ rdoc_options:
37
+ - --title
38
+ - Selenium Client
39
+ - --main
40
+ - README
41
+ - --line-numbers
42
+ extra_rdoc_files:
43
+ - README
44
+ executables: []
45
+
46
+ extensions: []
47
+
48
+ requirements: []
49
+
50
+ dependencies: []
51
+