in reply to Re^2: www::mechanize returning a page to a particular frame
in thread www::mechanize returning a page to a particular frame
and all the work happens under the covers. If you're going to need to do complex nested-frame navigation, you'd need a more refined interface to describe the frame nesting, but this'd do for what you've described. There are a number of plugins available on CPAN (in the Mech::Plugin namespace) as study aids in figuring out how to do this.$mech->get($the_frame_link, frame=>$subframe_name);
Disclaimer: I wrote Mech::Pluggable, but it just makes extending Mech a little bit in any particular direction a lot easier to do.
|
|---|