Using WWW::Mechanize::Firefox, I can get the source of the page I visited. However, if the page contains a frame, I get the frame tag and not the actual source of the page that is loaded. Mechanize::Frames seems to be what I am looking for. Is there a way to use them together?
|
feedback
|
|
That's probably because you're not loading the frame contents.
| ||||
feedback
|
|
To get at the frame HTML source, just get that frame through | |||
|
feedback
|