Prechádzať zdrojové kódy

Merge branch 'main' of github.com:Troglodyne-Internet-Widgets/selenium-client-perl

George S. Baugh 4 rokov pred
rodič
commit
2dc18818e5
1 zmenil súbory, kde vykonal 9 pridanie a 2 odobranie
  1. 9 2
      Changes

+ 9 - 2
Changes

@@ -1,17 +1,24 @@
 Revision history for Selenium-Client
 
-1.04 2021-04-?? TEODESIAN
+1.05 2021-04-?? TEODESIAN
     [BUG FIXES]
     - Handle UTF-8 content correctly
     [NEW FEATURES]
     - Automatically normalize data returned by the selenium server, and add normalize parameter to constructor
     - Add advice on proper UTF-8 handling in callers
 
-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