in reply to Re: Running JavaScript in perl by proxy
in thread Running JavaScript in perl by proxy

From what I have been told and seen to date, Mechanize and it's derivatives do not process the JavaScript within the page. Is that assessment incorrect?

It may be possible to find the script nodes and process them with JavaScript, but that would get a little hairy when it came to the src includes inside a page.

Don
Everything I've learned in life can be summed up in a small perl script!
  • Comment on Re^2: Running JavaScript in perl by proxy

Replies are listed 'Best First'.
Re^3: Running JavaScript in perl by proxy
by Joost (Canon) on May 08, 2007 at 20:13 UTC