selenium-webdriver 2.20.0.rc1 → 2.20.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +18 -0
- data/lib/selenium/webdriver/firefox/extension/webdriver.xpi +0 -0
- metadata +4 -4
data/CHANGES
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
2.20.0 (2012-02-28)
|
2
|
+
===================
|
3
|
+
|
4
|
+
* Loosen the multi_json and ffi dependencies (#3446)
|
5
|
+
* Firefox:
|
6
|
+
* Introduce a timeout for page loads. This needs to be used in
|
7
|
+
conjunction with the unstable page load detection. Exposed as
|
8
|
+
Timeouts#page_load=
|
9
|
+
* Scroll containing elements, not just windows (#3391).
|
10
|
+
* Element#{style => css_value}, with an alias for backwards compatibility.
|
11
|
+
* Atoms:
|
12
|
+
* Submit a form when the enter button is pressed in its input
|
13
|
+
element.
|
14
|
+
* Add a "mouse pixel scroll" event to the atoms events module.
|
15
|
+
* Adding a public "mouseOver" action and a little internal
|
16
|
+
refactoring around the mouseOver functionality.
|
17
|
+
* Selenium::WebDriver::Wait: polling interval reduced from 0.5 to 0.2 seconds.
|
18
|
+
|
1
19
|
2.19.0 (2012-02-08)
|
2
20
|
===================
|
3
21
|
|
Binary file
|
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selenium-webdriver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 2.20.0
|
4
|
+
prerelease:
|
5
|
+
version: 2.20.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jari Bakken
|
@@ -233,9 +233,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
233
233
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
234
234
|
none: false
|
235
235
|
requirements:
|
236
|
-
- - "
|
236
|
+
- - ">="
|
237
237
|
- !ruby/object:Gem::Version
|
238
|
-
version:
|
238
|
+
version: "0"
|
239
239
|
requirements: []
|
240
240
|
|
241
241
|
rubyforge_project:
|