in reply to Re^8: WWW::Mechanize::Firefox and dynamic pages
in thread WWW::Mechanize::Firefox and dynamic pages
What you get back are DOM nodes. You can access their attributes. For example, the innerHTML attribute:
print $frame->{innerHTML}
By doing that, you've mostly left the area that WWW::Mechanize::Firefox supports and you will have to consult the Firefox documentation for what attributes and methods are supported.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: WWW::Mechanize::Firefox and dynamic pages
by Special_K (Pilgrim) on Sep 21, 2013 at 06:44 UTC |