Is there a way to make
content()look into frames? I added this to my code:
my @frames = $mech->expand_frames(); my $frame_ctr = 0; for ($frame_ctr = 0; $frame_ctr < @frames; $frame_ctr++) { printf("frames[%s] = %s\n", $frame_ctr, $frames[$frame_ctr]); }
But I'm not really sure what to do with the frames that were returned.
In reply to Re^8: WWW::Mechanize::Firefox and dynamic pages
by Special_K
in thread WWW::Mechanize::Firefox and dynamic pages
by Special_K
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |