-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGES
More file actions
31 lines (24 loc) · 949 Bytes
/
CHANGES
File metadata and controls
31 lines (24 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
0.3.3
* Fixed integration issues rspec 1.1.11.
* Some other versions and releases and stuff
* Remove dependency on Selenium or selenium-rc gem, give a helpful message to install and run selenium-rc if no local server is running
* Don't prepend an asterisk to browser string if it already has one
* Put a deprecation message in readme
0.2.2
* fixed a bug that was preventing webrick server runner to start [Jeremy Lightsmith]
0.2.1
* ExternalServerRunner start_server and stop_server commands are configurable
0.2.0
* Added ExternalServerRunner.
* Removed mysql specific setup logic.
0.1.1
* Rspec support
0.1.0
* Renamed to Polonium
* Methods renamed to match Test::Unit assertions
* Page and Element delegate to Driver [Paired with Jeff Whitmore]
0.0.2
* Supports multiple sessions by instantiating multiple SeleniumDrivers
* Added SeleniumDriver which holds most of the polling methods
0.0.1
* Initial Release. More documentation to come.