Dear Monks,
I am trying to screen-scrape by using WWW:Mechanize. When I get to a page that has different frames.
$agent->get("http://some-web-site/"); $agent->follow_link( url_regex => qr/blablabla/i ); my $stream = HTML::TokeParser->new(\$agent->{content});
returns the source from frame that I'm not interested in. How can I get to a specific frame? Thanks.
20040923 Edit by Corion: Added formatting
In reply to Web page with frames by algonquin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |