George S. Baugh 4 anni fa
parent
commit
c5ddbdfc4c
2 ha cambiato i file con 9 aggiunte e 2 eliminazioni
  1. 8 1
      Changes
  2. 1 1
      dist.ini

+ 8 - 1
Changes

@@ -1,10 +1,17 @@
 Revision history for Selenium-Client
 
-1.03 2021-04-12 TEODESIAN
+1.04 2021-04-12 TEODESIAN
     [BUG FIXES]
     - Don't clobber $? in destructor
     - Use Playwright.pm's more clever DESTROY code
 
+1.03 2021-04-01 TEODESIAN
+    [BUG FIXES]
+    - Fix issue where child elements found with FindElementFromElement() (and FindElementsFromElement) would use the parent element ID rather than their own
+    - Expose the elementid parameter in Selenium::Element objects immediately after instantiation
+    [DOCUMENTATION]
+    - Note that SwitchToFrame does not actually work with element IDs as suggested by WC3 standard
+
 1.02 2021-02-10 TEODESIAN
     [BUG FIXES]
     - Declare minimum version of perl 5.28

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Client
-version = 1.03
+version = 1.04
 author = George S. Baugh <george@troglodyne.net>
 license = MIT
 copyright_holder = George S. Baugh