--- AnyEvent-WebDriver/Changes 2020/03/27 17:05:50 1.27 +++ AnyEvent-WebDriver/Changes 2020/03/27 18:08:23 1.29 @@ -9,12 +9,20 @@ - INCOMPATIBLE CHANGE: screenshots are not decoded and no longer are in bas64 (or data urls). - - docfox: ->move does not have a button argument. + - INCOMPATIBLe CHANGE: this module now uses the second key table + which contains shifted variants of the keys, which allows for shifted + characters and to distinguish between e.g. left and right Alt keys, + but causes some key names to change. + - 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.