Sfoglia il codice sorgente

v0.2651

        (selenium version: 2.45.0)

        [NEW FEATURES]
        - #219: Add `startup_timeout` to CanStartBinary role
        - #211: @peroumal1: Document locator usage for Test::SRD functions

        [BUG FIXES]
        - #215: Replace Time::Mock with the more reliable & tested Test::Time
        - #212: @peroumal1: Fix bug in find_no_element_ok
        - #209: @peroumal1: Make error_handler catch non-webdriver exceptions in Test::SRD
        - #222: Describe demolish/destroy behavior.
        - Stop trying to do things during global destruction
Daniel Gempesaw 10 anni fa
parent
commit
7b32d7098c
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      Changes

+ 3 - 1
Changes

@@ -1,6 +1,6 @@
 Revision history for Selenium-Remote-Driver
 
-0.2650 07-13-2015
+0.2651 07-13-2015
         (selenium version: 2.45.0)
 
         [NEW FEATURES]
@@ -11,6 +11,8 @@ Revision history for Selenium-Remote-Driver
         - #215: Replace Time::Mock with the more reliable & tested Test::Time
         - #212: @peroumal1: Fix bug in find_no_element_ok
         - #209: @peroumal1: Make error_handler catch non-webdriver exceptions in Test::SRD
+        - #222: Describe demolish/destroy behavior.
+        - Stop trying to do things during global destruction
 
 0.26   05-16-2015
         (selenium version: 2.45.0)