Re: using http::recorder
- From: "J. Gleixner" <glex_no-spam@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Sep 2006 12:52:57 -0500
Nospam wrote:
My apologies for my newbie question, but I am looking at http::recorder, and
the readme guide says this:
my $proxy = HTTP::Proxy->new;
# set HTTP::Recorder as the agent
my $agent = HTTP::Recorder->new( file => "/tmp/tmpfile" );
$proxy->agent( $agent );
$proxy->start();
I am wondering if I place the proxy in:
$proxy->start('proxy:port');
?
Just after the example, the documentation for HTTP::Recorder shows, "For more information about proxy settings and the default port, see ..."
The documentation is where you'll find your answer.
I am also looking at using selenium with javascript to follow a link that is
a javascript link where the text regex is:
follow_link( text_regex => qr/Articles/i );
Well that's good. Thanks for sharing.
.
Anyhelp will be greatly appreciated
- References:
- using http::recorder
- From: Nospam
- using http::recorder
- Prev by Date: Re: cookie problem.
- Next by Date: Re: matching date
- Previous by thread: using http::recorder
- Next by thread: Re: How to read perl-cgi-crash-outputs WITHOUT telnet access ?
- Index(es):
Relevant Pages
|