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

Comparing AnyEvent-WebDriver/Changes (file contents):
Revision 1.7 by root, Tue Aug 28 23:47:05 2018 UTC vs.
Revision 1.15 by root, Fri Aug 31 02:44:30 2018 UTC

1Revision history for AnyEvent::WebDriver 1Revision history for AnyEvent::WebDriver
2 2
30.9 Fri Aug 31 04:44:10 CEST 2018
4 - enable persistent connections for non-idempotent requests by default.
5 - make "verboser" action example actually more verbose.
6 - doc fixes.
7
80.5 Wed Aug 29 07:54:58 CEST 2018
9 - add api stability warning to docs.
10 - document ->key method for action lists.
11 - implement special key names for ->key method in action lists.
12 - implement the ->type convenience function mentioned in the docs.
13 - implement some (hopefully) useful locator strategy aliases.
14 - implement ->set_sessionm ->save_session, ->load_session method.
15 - make JSON::XS optional and require JSON::PP as fallback.
16 - fix ->switch_to_window method.
17 - fix AUTOLOAD to report the actual method name in case an unknown
18 method was called.
19 - doc fixes.
20
210.2 Wed Aug 29 04:17:20 CEST 2018
22 - implement a helper API to make it easier to build action lists.
23 - drop the concept of element IDs and use the element object everywhere.
24 - minor fixes.
3 - the webdriver rec has actually been published by now. 25 - the webdriver rec has actually been published by now.
4 - minor fixes.
5 26
60.1 Wed Aug 29 01:31:22 CEST 2018 270.1 Wed Aug 29 01:31:22 CEST 2018
7 - implement request timeout, document future plans 28 - implement request timeout, document future plans
8 for timeouts. 29 for timeouts.
9 - documentation fixes. 30 - documentation fixes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines