ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/Changes
(Generate patch)

Comparing AnyEvent-WebDriver/Changes (file contents):
Revision 1.25 by root, Thu Mar 26 18:49:09 2020 UTC vs.
Revision 1.34 by root, Wed Dec 16 16:45:41 2020 UTC

1Revision history for AnyEvent::WebDriver 1Revision history for AnyEvent::WebDriver
2 2
3TODO: investigate modifer key usage/special key usage in send_element_keys 3TODO: investigate modifer key usage/special key usage in send_element_keys
4TODO: geckodriver/chromedriver autostart classes 4TODO: geckodriver/chromedriver autostart classes
5TODO: enforce duration values ot be integers
6TODO: more move/source/duration examples
5 7
8 - fix some examples (Felix Antonius Wilhelm Ostmann).
9
101.2 Sat Mar 28 18:05:59 CET 2020
11 - INCOMPATIBLE CHANGE: screenshots are now decoded and are no longer
12 in base64 (or data urls), but a biary png image.
13 - INCOMPAITBLE CHANGE: this module now uses the second key table
14 from the spec which contains shifted variants of the keys, which
15 allows for shifted characters and to distinguish between e.g.
16 left and right Alt keys, but causes some key names to change.
17 - docfix: ->move does not have a button argument.
18 - docfix: keyUp/keyDown are really key_up and key_down.
19 - ->move now truncates coordinates to integers.
6 - clarify documentation here and there. 20 - clarify documentation here and there.
21 - added untested print method from webdriver2 draft.
22 - parse the special keys at runtime, only when required, directly.
23 from a pasted copy form the spec, to ease maintenance and reduce
24 initial memory usage.
7 25
81.01 Fri Sep 27 05:30:40 CEST 2019 261.01 Fri Sep 27 05:30:40 CEST 2019
9 - autodelete property was ignored. 27 - autodelete property was ignored.
10 - document that perl bugs prevent autodelete when exiting. 28 - document that perl bugs prevent autodelete when exiting.
11 - make delete_session idempotent and safe to always call. 29 - make delete_session idempotent and safe to always call.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines