firewatir 1.7.0.rc1 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +8 -2
- data/VERSION +1 -1
- metadata +10 -14
data/CHANGES
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
== Version 1.7.0 -
|
1
|
+
== Version 1.7.0 - 2011/01/06
|
2
2
|
|
3
3
|
=== IE improvements
|
4
4
|
|
5
|
-
* Fixed Watir::IE#close_all. Closes http://jira.openqa.org/browse/WTR-463 (Jarmo Pertman)
|
5
|
+
* Fixed Watir::IE#close_all to close all IE windows, even the ones with tabs. Closes http://jira.openqa.org/browse/WTR-463 (Jarmo Pertman)
|
6
6
|
* IE#wait waits now again until browser has a state of READYSTATE_COMPLETE due to strange timing issues. Closes http://jira.openqa.org/browse/WTR-466 (Jarmo Pertman)
|
7
7
|
* Added CSS3 selectors with usage like browser.text_field(:css => "input[name='text1']") (Jonas Tingeborn)
|
8
8
|
* Updated bundled version of AutoIt to 3.3.6.1. Closes http://jira.openqa.org/browse/WTR-440 (Jarmo Pertman)
|
@@ -12,6 +12,12 @@
|
|
12
12
|
* Fixed Element#exists? for cases where nested elements were used for locating (Alok Menghrajani)
|
13
13
|
* Ignore uppercase tags in XHTML when searching for elements (Alok Menghrajani)
|
14
14
|
|
15
|
+
=== General improvements
|
16
|
+
|
17
|
+
* Return Element#id correctly when using Element#when_present and friends methods. Closes http://jira.openqa.org/browse/WTR-469 (Jarmo Pertman)
|
18
|
+
|
19
|
+
Whole Changelog is available at http://github.com/bret/watir/compare/v1.6.7...v1.7.0
|
20
|
+
|
15
21
|
== Version 1.6.7 - 2010/10/26
|
16
22
|
|
17
23
|
=== General improvements
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.7.0
|
1
|
+
1.7.0
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firewatir
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 11
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 7
|
9
9
|
- 0
|
10
|
-
|
11
|
-
version: 1.7.0.rc1
|
10
|
+
version: 1.7.0
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Angrez Singh
|
@@ -16,7 +15,7 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date:
|
18
|
+
date: 2011-01-06 00:00:00 +02:00
|
20
19
|
default_executable:
|
21
20
|
dependencies:
|
22
21
|
- !ruby/object:Gem::Dependency
|
@@ -27,13 +26,12 @@ dependencies:
|
|
27
26
|
requirements:
|
28
27
|
- - "="
|
29
28
|
- !ruby/object:Gem::Version
|
30
|
-
hash:
|
29
|
+
hash: 11
|
31
30
|
segments:
|
32
31
|
- 1
|
33
32
|
- 7
|
34
33
|
- 0
|
35
|
-
|
36
|
-
version: 1.7.0.rc1
|
34
|
+
version: 1.7.0
|
37
35
|
type: :runtime
|
38
36
|
version_requirements: *id001
|
39
37
|
- !ruby/object:Gem::Dependency
|
@@ -213,14 +211,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
213
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
214
212
|
none: false
|
215
213
|
requirements:
|
216
|
-
- - "
|
214
|
+
- - ">="
|
217
215
|
- !ruby/object:Gem::Version
|
218
|
-
hash:
|
216
|
+
hash: 3
|
219
217
|
segments:
|
220
|
-
-
|
221
|
-
|
222
|
-
- 1
|
223
|
-
version: 1.3.1
|
218
|
+
- 0
|
219
|
+
version: "0"
|
224
220
|
requirements:
|
225
221
|
- Mozilla Firefox browser 1.5 or later.
|
226
222
|
rubyforge_project: Watir
|