--- AnyEvent-WebDriver/Changes 2019/09/27 03:31:02 1.24 +++ AnyEvent-WebDriver/Changes 2020/03/27 17:50:16 1.28 @@ -2,6 +2,23 @@ TODO: investigate modifer key usage/special key usage in send_element_keys TODO: geckodriver/chromedriver autostart classes +TODP: In Debian GNU/Linux, you can install the "firefoxdriver" or "chromium-driver" packages to get the firefox/chromium webdrivers, respectively. +TODO: enforce duration values ot be integers + +TODO: more mvoe/(Source/duration examples + + - INCOMPATIBLE CHANGE: screenshots are not decoded and no longer + are in bas64 (or data urls). + - docfix: ->move does not have a button argument. + - docfix: keyUp/keyDown are really key_up and key_down. + - truncate coordinates ot integers in ->move. + - mention that the scroll parameter to take_element_screenshot + cannot be specified. + - clarify documentation here and there. + - added untested print method from webdriver2. + - parse the special ekys at runtime, only when required, directly + - from a pasted copy form the spec, to ease maintenance and reduce + initial memory usage. 1.01 Fri Sep 27 05:30:40 CEST 2019 - autodelete property was ignored.