selenium-client 1.2.13 → 1.2.14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/selenium/client/generated_driver.rb +1711 -0
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selenium-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenQA
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-03-07
|
12
|
+
date: 2009-03-07 23:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -26,6 +26,7 @@ files:
|
|
26
26
|
- lib/selenium/client/base.rb
|
27
27
|
- lib/selenium/client/driver.rb
|
28
28
|
- lib/selenium/client/extensions.rb
|
29
|
+
- lib/selenium/client/generated_driver.rb
|
29
30
|
- lib/selenium/client/idiomatic.rb
|
30
31
|
- lib/selenium/client/javascript_expression_builder.rb
|
31
32
|
- lib/selenium/client/javascript_frameworks/jquery.rb
|