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

Comparing AnyEvent-WebDriver/WebDriver.pm (file contents):
Revision 1.26 by root, Fri Aug 31 02:44:31 2018 UTC vs.
Revision 1.27 by root, Fri Aug 31 22:05:42 2018 UTC

1582 1582
1583=head2 LOW LEVEL API 1583=head2 LOW LEVEL API
1584 1584
1585All the simplified API methods are very thin wrappers around WebDriver 1585All the simplified API methods are very thin wrappers around WebDriver
1586commands of the same name. They are all implemented in terms of the 1586commands of the same name. They are all implemented in terms of the
1587low-level methods (C<req>, C<get>, C<post> and C<delete>), which exists 1587low-level methods (C<req>, C<get>, C<post> and C<delete>), which exist
1588in blocking and callback-based variants (C<req_>, C<get_>, C<post_> and 1588in blocking and callback-based variants (C<req_>, C<get_>, C<post_> and
1589C<delete_>). 1589C<delete_>).
1590 1590
1591Examples are after the function descriptions. 1591Examples are after the function descriptions.
1592 1592

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines