PerlSufi has asked for the wisdom of the Perl Monks concerning the following question:
It seems to auto close when I sign out of my account, but not automatically when the script is done- even if I have 'exit;' at the end. Do I need to do this separately with the Firefox::Application module?my $mech = WWW::Mechanize::Firefox->new(launch => 'C:\Program Files (x +86)\Mozilla Firefox\firefox.exe', autoclose => 1, autodie => 1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tab closing Mechanize::Firefox
by ww (Archbishop) on Jul 12, 2013 at 22:48 UTC | |
by PerlSufi (Friar) on Jul 14, 2013 at 17:41 UTC | |
by PerlSufi (Friar) on Jul 15, 2013 at 16:35 UTC |