in reply to Re^4: Problem using MozRepl and MozRepl::RemoteObject
in thread Problem using MozRepl and MozRepl::RemoteObject
There is no convenient way to set the timeout of MozRepl::Client through WWW::Mechanize::Firefox. The least inconvenient way is to set $ENV{MOZREPL_TIMEOUT} before constructing your instance of WWW::Mechanize::Firefox, I guess. The more inconvenient way involves reaching down to
$mech->repl->repl->client->{telnet}->timeout(60)
This is not pretty, but should allow you to set the timeout.
There is no convenient way with WWW::Mechanize::Firefox to block scripts from loading. Have you looked at an ad blocker?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Problem using MozRepl and MozRepl::RemoteObject
by Anonymous Monk on Nov 11, 2013 at 23:26 UTC | |
|
Re^6: Problem using MozRepl and MozRepl::RemoteObject
by cf006 (Initiate) on Nov 11, 2013 at 20:57 UTC | |
by Corion (Patriarch) on Nov 12, 2013 at 07:39 UTC |