--- AnyEvent-WebDriver/Changes 2018/08/28 23:47:05 1.7 +++ AnyEvent-WebDriver/Changes 2018/08/29 02:47:02 1.9 @@ -1,7 +1,16 @@ Revision history for AnyEvent::WebDriver - - the webdriver rec has actually been published by now. + - document ->key method for action lists. + - implement special key names for ->key method in action lists. + - implement the ->type convenience function mentioned in the docs. + - implement some (hopefully) useful locator strategy aliases. + - doc fixes. + +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