Mechanize keeps a history of every page with its state; also, it makes a clone of each Mech object. If set to 0, it won't keep that history. You can adjust it to meet your needs.#!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Firefox; my $mechanize = WWW::Mechanize::Firefox->new( stack_depth => 0);
In reply to Re: WWW::Mechanize::Firefox latency using RemoteObject
by Khen1950fx
in thread WWW::Mechanize::Firefox latency using RemoteObject
by hansendc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |