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

Comparing AnyEvent-WebDriver/Changes (file contents):
Revision 1.3 by root, Tue Aug 28 23:09:38 2018 UTC vs.
Revision 1.16 by root, Sat Sep 1 01:39:17 2018 UTC

1Revision history for AnyEvent::WebDriver 1Revision history for AnyEvent::WebDriver
2 2
30.1 3TODO: always force a pause between actions? when are concurrent actions sensible?
4
5 - add pauses between events in examples.
6
70.9 Fri Aug 31 04:44:10 CEST 2018
8 - enable persistent connections for non-idempotent requests by default.
9 - make "verboser" action example actually more verbose.
10 - doc fixes.
11
120.5 Wed Aug 29 07:54:58 CEST 2018
13 - add api stability warning to docs.
14 - document ->key method for action lists.
15 - implement special key names for ->key method in action lists.
16 - implement the ->type convenience function mentioned in the docs.
17 - implement some (hopefully) useful locator strategy aliases.
18 - implement ->set_sessionm ->save_session, ->load_session method.
19 - make JSON::XS optional and require JSON::PP as fallback.
20 - fix ->switch_to_window method.
21 - fix AUTOLOAD to report the actual method name in case an unknown
22 method was called.
23 - doc fixes.
24
250.2 Wed Aug 29 04:17:20 CEST 2018
26 - implement a helper API to make it easier to build action lists.
27 - drop the concept of element IDs and use the element object everywhere.
28 - minor fixes.
29 - the webdriver rec has actually been published by now.
30
310.1 Wed Aug 29 01:31:22 CEST 2018
4 - implement request timeout, document future plans 32 - implement request timeout, document future plans
5 for timeouts. 33 for timeouts.
6 - documentation fixes. 34 - documentation fixes.
35 - JSON::XS wasn't marked as dependency.
36 - only call boolean_values if JSON::XS actually supports it.
37 - fix some "$wdf"'s that have snaked in.
7 38
80 Wed Aug 29 00:55:44 CEST 2018 390 Wed Aug 29 00:55:44 CEST 2018
9 - original version, mostly from scratch. 40 - original version, mostly from scratch.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines