Changes 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Revision history for Selenium-Client
  2. 1.05 2021-07-16 TEODESIAN
  3. [BUG FIXES]
  4. - Handle UTF-8 content correctly
  5. [NEW FEATURES]
  6. - Automatically normalize data returned by the selenium server, and add normalize parameter to constructor
  7. - Add advice on proper UTF-8 handling in callers
  8. - Allow turning off fatality in the driver
  9. 1.04 2021-04-12 TEODESIAN
  10. [BUG FIXES]
  11. - Don't clobber $? in destructor
  12. - Use Playwright.pm's more clever DESTROY code
  13. 1.03 2021-04-01 TEODESIAN
  14. [BUG FIXES]
  15. - Fix issue where child elements found with FindElementFromElement() (and FindElementsFromElement) would use the parent element ID rather than their own
  16. - Expose the elementid parameter in Selenium::Element objects immediately after instantiation
  17. [DOCUMENTATION]
  18. - Note that SwitchToFrame does not actually work with element IDs as suggested by WC3 standard
  19. 1.02 2021-02-10 TEODESIAN
  20. [BUG FIXES]
  21. - Declare minimum version of perl 5.28
  22. 1.01 2021-02-09 TEODESIAN
  23. [BUG FIXES]
  24. - Fix issue with spawning Selenium JARs on Win32
  25. - Fix issue with setting up needed folders in homedir (Thanks to Manni Heumann)
  26. [NEW FEATURES]
  27. - Add convenience apparatus for building caps & sane defaults (headless=1)
  28. 1.00 2021-02-04 TEODESIAN
  29. - Initial release