File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ Change to how page loading is checked in fire events.
1515- helper event listener in fire_event now cleans itself up
1616- remove "intelligent" wait handling in click and implement click_and_wait instead.
1717 Let the user handle the waiting.
18+
19+ 0.121 Tue Sep 22 17:20:00 CET 2020
20+ - Add new mouse method that does drag and drop using XTest mouse movement
Original file line number Diff line number Diff line change 1818README.md
1919t/01load.t
2020t/drag_and_drop.t
21+ t/drag_and_drop_mouse.t
2122t/events.t
2223t/inspector.t
2324t/keyboard.t
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ use XSLoader;
5555use English ' -no_match_vars' ;
5656use POSIX qw< F_SETFD F_GETFD FD_CLOEXEC> ;
5757
58- our $VERSION = ' 0.12 ' ;
58+ our $VERSION = ' 0.121 ' ;
5959
6060use constant DOM_TYPE_ELEMENT => 1;
6161use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;
You can’t perform that action at this time.
0 commit comments