瀏覽代碼

v0.22

        [NEW FEATURES]
        - Improved error messaging for Saucelabs non-json cases
        - Improved error messaging for malconfigured chromedrivers
        - #169 Add maximize_window function
        - #58 Add get_user_agent function

        [MAINTENAINCE]
        - Specify minimum compatible version of Moo dep
        - Make Driver.pm more easily subclassed ( ea68e06, 63e78e3 )
        - Get TravisCI passing again
        - #164 Roll & use our own mocking classes
        - #152 Gracefully catch more error cases

        [BREAKING]
        - #161 get|set_speed subs are no-ops and will be removed in
          the upcoming release
        - #158 WebElement's drag function is deprecated and will be
          removed in the upcoming release. Use mouse_move_to_location
          in the interim
Daniel Gempesaw 11 年之前
父節點
當前提交
0a84d26631
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dist.ini

+ 1 - 1
dist.ini

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