Selaa lähdekoodia

last minute fixups before release

George S. Baugh 6 vuotta sitten
vanhempi
sitoutus
a21111235e
3 muutettua tiedostoa jossa 7 lisäystä ja 4 poistoa
  1. 4 1
      Changes
  2. 1 1
      dist.ini
  3. 2 2
      t/04-commands-implemented.t

+ 4 - 1
Changes

@@ -1,8 +1,11 @@
 Revision history for Selenium-Remote-Driver
 
-1.32   XX-XX-2019 TEODESIAN
+1.32   06-12-2019 TEODESIAN
+        [New Features]
+        - Add support for mozilla full pags screenshots
         [BUG FIXES]
         - Fix typo in WebElement drag() talking to action chains module.  No wonder that didn't work
+        - Don't auto-da-fe on Macos when shutting down the binary in direct drivers
 
 1.31   01-06-2019 TEODESIAN
         [BUG FIXES]

+ 1 - 1
dist.ini

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

+ 2 - 2
t/04-commands-implemented.t

@@ -27,7 +27,7 @@ for my $command (keys %{$comm}) {
       }
     }
   }
-  if (!$found_command && $command !~ /Gecko/) {
+  if (!$found_command && $command !~ /Gecko|screenshot/i) {
     fail("find $command");
   }
 }
@@ -50,7 +50,7 @@ for my $command (keys %{$comm}) {
       }
     }
   }
-  if (!$found_command && $command !~ /Gecko/) {
+  if (!$found_command && $command !~ /Gecko|screenshot/i) {
     fail("find $command");
   }
 }