** 0.15 / 2025-05-28 - Fix running on 5.24 and older (remove indented heredoc) - Increase minimum Perl to 5.12 (from 5.10) to support version in package statement - Fix interpolation in error string ** 0.14 / 2025-05-18 - Work around an issue in Selenium::Remote::Driver returning a hash reference which looks like an internal 'id' being returned when calling 'get_attribute()' with an attribute name of 'id' ** 0.13 / 2025-05-17 - Change implementation for 'is_displayed' to take display properties of parent elements into account, as well as the intersection of the element with the viewport ** 0.12 / 2021-04-05 - Properly fix JSONWIRE compatibility with FF by letting get_attribute try to separate attributes and properties on browsers which allows it and fallback on attributes only on failure. - Move Continuous Integration tests to Github Actions ** 0.11 / 2020-06-17 - Fix a bug with scrolling an element into the viewport on Chrome & Opera ** 0.10 / 2019-08-10 - Force compatibility with JSONWIRE for new FF & Chrome get_attribute won't try to separate attribute and properties - Support 'on_timeout' callback for Weasel drivers - Report failure locations of croak/cluck outside Weasel::* - Add missing 'namespace::autoclean' dependency (thanks to MANWAR) ** 0.09 / 2019-06-25 - Use high-resolution timings from Time::HiRes by actually importing time() and sleep() ** 0.08 / 2019-02-28 - Fix version numbers in release ** 0.07 / 2019-02-27 - Fix name of function called (get_selected => is_selected) ** 0.06 / 2016-10-03 - Make 'get_page_source' write into a file ** 0.05 / 2016-09-09 - Add 'get_page_source' API, increasing implementation to 0.02 compat ** 0.04 / 2016-09-04 - Declare 'our $VERSION' for version detection by cpanm ** 0.03 / 2016-09-01 - Extend the possibility to use an environment variable to others capabilities, such as remote_server_addr, platform and version. - Fix documented port - Add possibility to get page source seen by the driver. ** 0.02 / 2016-08-26 - Add the possibility to use an environment variable for desired browser ** 0.02 / 2016-08-21 - Separate author tests (develop tests; xt/ directory) from deployment tests (t/ directory) ** 0.01 / 2016-06-23 - Initial release to replace LedgerSMB's (https://github.com/ledgersmb/LedgerSMB) test code