firewatir 1.9.1 → 1.9.2.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +12 -1
- data/VERSION +1 -1
- metadata +17 -11
data/CHANGES
CHANGED
@@ -1,4 +1,15 @@
|
|
1
|
-
== Version 1.9.
|
1
|
+
== Version 1.9.2 - 2011/xx/xx
|
2
|
+
|
3
|
+
=== IE improvements
|
4
|
+
* Bump RAutomation dependency version to 0.6.2 to:
|
5
|
+
- fix/improve Watir::IE#send_keys.
|
6
|
+
- fix Watir::IE loading for certain Windows XP environments (http://jira.openqa.org/browse/WTR-484).
|
7
|
+
* Restored Watir::IE#autoit method to use RAutomation's AutoIt adapter with a deprecation warning.
|
8
|
+
* Cache IE.version result to not access registry with each execution - was causing slowness in TextField#set for example.
|
9
|
+
* Do not raise UnknownObjectException if parent element doesn't exist when calling Element#exists?
|
10
|
+
* Element#flash highlights elements again (http://jira.openqa.org/browse/WTR-478)
|
11
|
+
|
12
|
+
== Version 1.9.1 - 2011/06/30
|
2
13
|
|
3
14
|
* Bug fixes for IE9
|
4
15
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.9.
|
1
|
+
1.9.2.rc1
|
metadata
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firewatir
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 15424183
|
5
|
+
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 9
|
9
|
+
- 2
|
10
|
+
- rc
|
9
11
|
- 1
|
10
|
-
version: 1.9.
|
12
|
+
version: 1.9.2.rc1
|
11
13
|
platform: ruby
|
12
14
|
authors:
|
13
15
|
- Angrez Singh
|
@@ -15,7 +17,7 @@ autorequire:
|
|
15
17
|
bindir: bin
|
16
18
|
cert_chain: []
|
17
19
|
|
18
|
-
date: 2011-
|
20
|
+
date: 2011-07-09 00:00:00 Z
|
19
21
|
dependencies:
|
20
22
|
- !ruby/object:Gem::Dependency
|
21
23
|
name: commonwatir
|
@@ -25,12 +27,14 @@ dependencies:
|
|
25
27
|
requirements:
|
26
28
|
- - "="
|
27
29
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
30
|
+
hash: 15424183
|
29
31
|
segments:
|
30
32
|
- 1
|
31
33
|
- 9
|
34
|
+
- 2
|
35
|
+
- rc
|
32
36
|
- 1
|
33
|
-
version: 1.9.
|
37
|
+
version: 1.9.2.rc1
|
34
38
|
type: :runtime
|
35
39
|
version_requirements: *id001
|
36
40
|
description: " FireWatir stands for \"Web Application Testing in Ruby for Firefox\". FireWatir (pronounced firewater) is a free, \n open-source functional testing tool for automating browser-based tests of web applications. \n It works with applications written in any language.\n FireWatir drives the Firefox browser the same way an end user would. \n It clicks links, fills in forms, presses buttons. \n FireWatir also checks results, such as whether expected text appears on the page, or whether a control is enabled.\n FireWatir is a Ruby library that works with Firefox on Windows. It also works on Linux, Mac but without support for\n JavaScript popups (currently support will be there shortly).\n"
|
@@ -193,16 +197,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
193
197
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
194
198
|
none: false
|
195
199
|
requirements:
|
196
|
-
- - "
|
200
|
+
- - ">"
|
197
201
|
- !ruby/object:Gem::Version
|
198
|
-
hash:
|
202
|
+
hash: 25
|
199
203
|
segments:
|
200
|
-
-
|
201
|
-
|
204
|
+
- 1
|
205
|
+
- 3
|
206
|
+
- 1
|
207
|
+
version: 1.3.1
|
202
208
|
requirements:
|
203
209
|
- Mozilla Firefox browser 1.5 or later.
|
204
210
|
rubyforge_project: Watir
|
205
|
-
rubygems_version: 1.
|
211
|
+
rubygems_version: 1.8.4
|
206
212
|
signing_key:
|
207
213
|
specification_version: 3
|
208
214
|
summary: Automated testing tool for web applications using Firefox browser.
|