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.48 by root, Thu Mar 26 18:46:08 2020 UTC vs.
Revision 1.49 by root, Thu Mar 26 18:49:09 2020 UTC

178=item proxy => $proxyspec 178=item proxy => $proxyspec
179 179
180The proxy to use (same as the C<proxy> argument used by 180The proxy to use (same as the C<proxy> argument used by
181L<AnyEvent::HTTP>). The default is C<undef>, which disables proxies. To 181L<AnyEvent::HTTP>). The default is C<undef>, which disables proxies. To
182use the system-provided proxy (e.g. C<http_proxy> environment variable), 182use the system-provided proxy (e.g. C<http_proxy> environment variable),
183specify a value of C<default>. 183specify the string C<default>.
184 184
185=item autodelete => $boolean 185=item autodelete => $boolean
186 186
187If true (the default), then automatically execute C<delete_session> when 187If true (the default), then automatically execute C<delete_session> when
188the WebDriver object is destroyed with an active session. If set to a 188the WebDriver object is destroyed with an active session. If set to a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines