Special_K has asked for the wisdom of the Perl Monks concerning the following question:
Through use of Firefox and firebug, I have determined that a page I would like to automate my interactions with using perl has the majority of its HTML code apparently controlled by a single javascript. When I first load the page with firebug on, I see:
body < html.jsin the status bar. All of the links, forms, etc. I need to interact with on the page can be found in the HTML code window of Firebug. The strange thing is that if I right click on the page itself and click "view source", none of that HTML is visible, and neither is any reference to this so-called html.js script. Is there any perl module that can get at that HTML code that's apparently hidden inside html.js?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to access HTML within a javascript
by davido (Cardinal) on Mar 20, 2013 at 04:59 UTC | |
by Anonymous Monk on Mar 20, 2013 at 07:00 UTC | |
by tobyink (Canon) on Mar 20, 2013 at 07:49 UTC | |
by Special_K (Pilgrim) on Mar 20, 2013 at 15:41 UTC | |
by Anonymous Monk on Mar 20, 2013 at 15:59 UTC | |
|
Re: how to access HTML within a javascript
by locked_user sundialsvc4 (Abbot) on Mar 20, 2013 at 17:32 UTC | |
by Special_K (Pilgrim) on Apr 13, 2013 at 23:11 UTC |