Bladeren bron

Bump changes to v30, add note about Edge/MSIE drivers

George S. Baugh 7 jaren geleden
bovenliggende
commit
2e12bc8b9c
3 gewijzigde bestanden met toevoegingen van 12 en 4 verwijderingen
  1. 7 0
      Changes
  2. 1 1
      dist.ini
  3. 4 3
      lib/Selenium/Remote/Driver.pm

+ 7 - 0
Changes

@@ -1,5 +1,12 @@
 Revision history for Selenium-Remote-Driver
 
+1.30   09-17-2018 TEODESIAN
+        [BUG FIXES]
+        - Fix broken name selector polyfill when using Selenium::Firefox directly
+        - Fix switch_to_frame(undef) brokenness due to unneeded polyfill
+        - Correct POD information about how to use raw firefox profiles
+        - Advertise Microsoft Browser Standalone Drivers (Edge, IE)
+
 1.29   08-17-2018 TEODESIAN
         [New Features]
         - Selenium::Edge and Test::Selenium::Edge now exist

+ 1 - 1
dist.ini

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

+ 4 - 3
lib/Selenium/Remote/Driver.pm

@@ -89,9 +89,10 @@ the Selenium Server (Selenium Server is a Java application).
 
 As of v0.25, it's possible to use this module without a standalone
 server - that is, you would not need the JRE or the JDK to run your
-Selenium tests. See L<Selenium::Chrome>, L<Selenium::PhantomJS>, and
-L<Selenium::Firefox> for details. If you'd like additional browsers
-besides these, give us a holler over in
+Selenium tests. See L<Selenium::Chrome>, L<Selenium::PhantomJS>,
+L<Selenium::Edge>, L<Selenium::InternetExplorer>,and L<Selenium::Firefox>
+for details. If you'd like additional browsers besides these,
+give us a holler over in
 L<Github|https://github.com/teodesian/Selenium-Remote-Driver/issues>.
 
 =head2 Remote Driver Response