1
0
Эх сурвалжийг харах

Release v1.00 of Selenium::Remote::Driver

Associated CHANGES:

1.00   09-01-2016
 (bundled firefox driver version: 3.0.0b2)

 [BREAKING]
 - For users of Selenium::Firefox, FF support defaults to v48; if you
   have FF47 installed, your existing scripts will require
   modification. See docs in Selenium::Firefox for more info.

 [NEW FEATURES]
 - #271: Support geckodriver & FF48
 - #260: Update firefox artifacts to 3.0.0b2 to support FF47
 - #259: Allow users to pass in existing FF profile dir
 - #276: Simplify recordings to enable easier releases

 [BUG FIXES]
 - Encode Firefox profiles without newlines for Sel 3.0 compatibility
 - #272: Remove unnecessary sleeps for successful waits
 - #270: Fix bug in find_child_element default finder
 - #263, #275: Address various documentation issues
 - #253: Fix error_handler being called incorrectly
Daniel Gempesaw 9 жил өмнө
parent
commit
91b7be4094
1 өөрчлөгдсөн 6 нэмэгдсэн , 2 устгасан
  1. 6 2
      Changes

+ 6 - 2
Changes

@@ -1,8 +1,13 @@
 Revision history for Selenium-Remote-Driver
 Revision history for Selenium-Remote-Driver
 
 
-0.2751   04-08-2016
+1.00   09-01-2016
         (bundled firefox driver version: 3.0.0b2)
         (bundled firefox driver version: 3.0.0b2)
 
 
+        [BREAKING]
+        - For users of Selenium::Firefox, FF support defaults to v48;
+          if you have FF47 installed, your existing scripts will require
+          modification. See docs in Selenium::Firefox for more info.
+
         [NEW FEATURES]
         [NEW FEATURES]
         - #271: Support geckodriver & FF48
         - #271: Support geckodriver & FF48
         - #260: Update firefox artifacts to 3.0.0b2 to support FF47
         - #260: Update firefox artifacts to 3.0.0b2 to support FF47
@@ -16,7 +21,6 @@ Revision history for Selenium-Remote-Driver
         - #263, #275: Address various documentation issues
         - #263, #275: Address various documentation issues
         - #253: Fix error_handler being called incorrectly
         - #253: Fix error_handler being called incorrectly
 
 
-
 0.2701 01-11-2016
 0.2701 01-11-2016
         (firefox driver version: 2.48.2)
         (firefox driver version: 2.48.2)