--- AnyEvent-WebDriver/Changes 2018/08/29 10:12:29 1.14 +++ AnyEvent-WebDriver/Changes 2019/09/27 03:31:02 1.24 @@ -1,6 +1,31 @@ Revision history for AnyEvent::WebDriver - - enable persistent fof non-idempotent requests by default. +TODO: investigate modifer key usage/special key usage in send_element_keys +TODO: geckodriver/chromedriver autostart classes + +1.01 Fri Sep 27 05:30:40 CEST 2019 + - autodelete property was ignored. + - document that perl bugs prevent autodelete when exiting. + - make delete_session idempotent and safe to always call. + +1.0 Fri Sep 20 22:15:07 CEST 2019 + - small protocol fixes. + - chromdriver 77 can finally create sessions, but might still not + work. + - add chrome capabilities example, because the goog:chromeOptions + are basiclaly undocumented. + - many small documentation fixes. + - fix Changes :) + +0.91 Tue Sep 4 03:20:56 CEST 2018 + - actions created via Actions objects no longer queue actions + to execute concurrently. + - default mouse button to 0 instead of 1. + - implement ->cancel action (pointerCancel). + +0.9 Fri Aug 31 04:44:10 CEST 2018 + - enable persistent connections for non-idempotent requests by default. + - make "verboser" action example actually more verbose. - doc fixes. 0.5 Wed Aug 29 07:54:58 CEST 2018