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.39 by root, Tue Sep 4 01:48:09 2018 UTC vs.
Revision 1.40 by root, Tue Sep 4 01:49:24 2018 UTC

201If true (the default) then persistent connections will be used for all 201If true (the default) then persistent connections will be used for all
202requests, which assumes you have a reasonably stable connection (such as 202requests, which assumes you have a reasonably stable connection (such as
203to C<localhost> :) and that the WebDriver has a persistent timeout much 203to C<localhost> :) and that the WebDriver has a persistent timeout much
204higher than what L<AnyEvent::HTTP> uses. 204higher than what L<AnyEvent::HTTP> uses.
205 205
206You can force connections to be closed for non-idempotent requests by 206You can force connections to be closed for non-idempotent requests (the
207setting this to C<undef>. 207safe default of L<AnyEvent::HTTP>) by setting this to C<undef>.
208 208
209=back 209=back
210 210
211=cut 211=cut
212 212

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines