ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/Changes
Revision: 1.16
Committed: Sat Sep 1 01:39:17 2018 UTC (5 years, 9 months ago) by root
Branch: MAIN
Changes since 1.15: +4 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for AnyEvent::WebDriver
2
3 TODO: always force a pause between actions? when are concurrent actions sensible?
4
5 - add pauses between events in examples.
6
7 0.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
12 0.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
25 0.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
31 0.1 Wed Aug 29 01:31:22 CEST 2018
32 - implement request timeout, document future plans
33 for timeouts.
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.
38
39 0 Wed Aug 29 00:55:44 CEST 2018
40 - original version, mostly from scratch.