Skip to content

Commit

Permalink
v0.23
Browse files Browse the repository at this point in the history
        [NEW FEATURES]
        - #178 Fix upload_file's return value & add test suite
        - #179 Add optional middle finder-strategy argument to T:S:R:D's find_element-like functions
        - #174 Add new endpoints: cache status, geolocation, log types, orientation, etc

        [BUG FIXES]
        - #175 Fix find_elements
        - #180 Stop overwriting body_text_unlike test descriptions
        - #141 Explicitly cast height and weight to integers for set_window_size
  • Loading branch information
gempesaw committed Jan 25, 2015
1 parent 37418f3 commit c932cda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
@@ -1,5 +1,16 @@
Revision history for Selenium-Remote-Driver

0.23 01-25-2014
[NEW FEATURES]
- #178 Fix upload_file's return value & add test suite
- #179 Add optional middle finder-strategy argument to T:S:R:D's find_element-like functions
- #174 Add new endpoints: cache status, geolocation, log types, orientation, etc

[BUG FIXES]
- #175 Fix find_elements
- #180 Stop overwriting body_text_unlike test descriptions
- #141 Explicitly cast height and weight to integers for set_window_size

0.2203 01-18-2014
[BUG FIXES]
- #175 Fix find_elements_ok
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,5 +1,5 @@
name = Selenium-Remote-Driver
version = 0.2203
version = 0.23
author = Aditya Ivaturi <ivaturi@gmail.com>
author = Daniel Gempesaw <gempesaw@gmail.com>
author = Luke Closs <cpan@5thplane.com>
Expand Down

0 comments on commit c932cda

Please sign in to comment.