Parcourir la source

Bump module to 1.22

George S. Baugh il y a 8 ans
Parent
commit
9fe2b6968d
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      Changes
  2. 1 1
      dist.ini

+ 4 - 0
Changes

@@ -1,5 +1,9 @@
 Revision history for Selenium-Remote-Driver
 
+1.23   01-29-2018 TEODESIAN
+        [BUG FIXES]
+        - Fix issue on legacy chrome/driver with get/set window pos by forcing fallback to JSONWire methods.
+
 1.22   01-25-2018 TEODESIAN
         [BUG FIXES]
         - Fix issue where is_enabled() polyfill on WD3 servers was checking the wrong attribute.

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
-version = 1.22
+version = 1.23
 author = George S. Baugh <george@troglodyne.net>
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>