Quellcode durchsuchen

update release, add doc note about krom being crippleware as usual

George S. Baugh vor 6 Jahren
Ursprung
Commit
1171e00791
3 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 6 0
      Changes
  2. 1 1
      dist.ini
  3. 2 0
      lib/Selenium/Remote/Driver.pm

+ 6 - 0
Changes

@@ -1,5 +1,11 @@
 Revision history for Selenium-Remote-Driver
 
+1.36  10-21-2019 TEODESIAN
+        [BUG FIXES]
+        - Adjust handling of chrome due to it implementing WC3 mostly correctly now
+        - Fix browser detection logic in screenshot()
+        - Actually apply the fix from 1.35 in the right place, heh
+
 1.35  10-21-2019 TEODESIAN
         [BUG FIXES]
         - Fix race condition and inability to find a port in certain circumstances when using direct driver modules.

+ 1 - 1
dist.ini

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

+ 2 - 0
lib/Selenium/Remote/Driver.pm

@@ -248,6 +248,8 @@ WD3 enabled server with chromedriver enabled.
 
     https://sites.google.com/a/chromium.org/chromedriver/capabilities
 
+Also, if you instantiate the object in WC3 mode (which is the default), the remote driver will throw exceptions you have no choice but to catch,
+rather than falling back to JSONWire methods where applicable like geckodriver does.
 
 =head1 CONSTRUCTOR