AnyEvent-WebDriver
view release on metacpan or search on metacpan
To use the system-provided proxy (e.g. "http_proxy" environment
variable), specify the string "default".
autodelete => $boolean
If true (the default), then automatically execute
"delete_session" when the WebDriver object is destroyed with an
active session. If set to a false value, then the session will
continue to exist.
Note that due to bugs in perl that are unlikely to get fixed,
"autodelete" is likely ineffective during global destruction and
might even crash your process, so you should ensure objects go
out of scope before that, or explicitly call "delete_session",
if you want the session to be cleaned up.
timeout => $seconds
The HTTP timeout, in (fractional) seconds (default: 300). This
timeout is reset on any activity, so it is not an overall
request timeout. Also, individual requests might extend this
timeout if they are known to take longer.
WebDriver.pm view on Meta::CPAN
use the system-provided proxy (e.g. C<http_proxy> environment variable),
specify the string C<default>.
=item autodelete => $boolean
If true (the default), then automatically execute C<delete_session> when
the WebDriver object is destroyed with an active session. If set to a
false value, then the session will continue to exist.
Note that due to bugs in perl that are unlikely to get fixed,
C<autodelete> is likely ineffective during global destruction and might
even crash your process, so you should ensure objects go out of scope
before that, or explicitly call C<delete_session>, if you want the session
to be cleaned up.
=item timeout => $seconds
The HTTP timeout, in (fractional) seconds (default: C<300>). This timeout
is reset on any activity, so it is not an overall request timeout. Also,
individual requests might extend this timeout if they are known to take
longer.
( run in 1.500 second using v1.01-cache-2.11-cpan-49f99fa48dc )