ソースを参照

v0.21

        [NEW FEATURES]
        - #87: Implement is_hidden for WebElements

        [BUG FIXES]
        - #145: Revert previous 2.42.2 fix to allow for endpoints properly returning ''
        - #146: Keep test description when using content_like
Daniel Gempesaw 11 年 前
コミット
942bea1cdb
2 ファイル変更9 行追加1 行削除
  1. 8 0
      Changes
  2. 1 1
      dist.ini

+ 8 - 0
Changes

@@ -1,5 +1,13 @@
 Revision history for Selenium-Remote-Driver
 
+0.21   7-16-2014
+        [NEW FEATURES]
+        - #87: Implement is_hidden for WebElements
+
+        [BUG FIXES]
+        - #145: Revert previous 2.42.2 fix to allow for endpoints properly returning ''
+        - #146: Keep test description when using content_like
+
 0.2002 7-2-2014
         [BUG FIXES]
         - #135, #136, #142: Fix compatability issues with JSONWireProtocol changes in 2.42.2

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
-version = 0.2002
+version = 0.21
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>
 author = Luke Closs <cpan@5thplane.com>