Changes 846 B

12345678910111213141516171819202122232425262728
  1. Revision history for Selenium-Client
  2. 1.04 2021-04-?? 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. 1.03 2021-04-12 TEODESIAN
  9. [BUG FIXES]
  10. - Don't clobber $? in destructor
  11. - Use Playwright.pm's more clever DESTROY code
  12. 1.02 2021-02-10 TEODESIAN
  13. [BUG FIXES]
  14. - Declare minimum version of perl 5.28
  15. 1.01 2021-02-09 TEODESIAN
  16. [BUG FIXES]
  17. - Fix issue with spawning Selenium JARs on Win32
  18. - Fix issue with setting up needed folders in homedir (Thanks to Manni Heumann)
  19. [NEW FEATURES]
  20. - Add convenience apparatus for building caps & sane defaults (headless=1)
  21. 1.00 2021-02-04 TEODESIAN
  22. - Initial release