--- AnyEvent-WebDriver/Changes 2018/08/28 23:09:38 1.3 +++ AnyEvent-WebDriver/Changes 2018/08/29 02:17:51 1.8 @@ -1,9 +1,18 @@ Revision history for AnyEvent::WebDriver -0.1 +0.2 Wed Aug 29 04:17:20 CEST 2018 + - implement a helper API to make it easier to build action lists. + - drop the concept of element IDs and use the element object everywhere. + - minor fixes. + - the webdriver rec has actually been published by now. + +0.1 Wed Aug 29 01:31:22 CEST 2018 - implement request timeout, document future plans for timeouts. - documentation fixes. + - JSON::XS wasn't marked as dependency. + - only call boolean_values if JSON::XS actually supports it. + - fix some "$wdf"'s that have snaked in. 0 Wed Aug 29 00:55:44 CEST 2018 - original version, mostly from scratch.