in reply to Scraping javascript results from webpages

Sure, you can do that with Selenium. However, if you are okay with testing the server-side code and don't need to specifically test the javascript, LWP is fine.
  • Comment on Re: Scraping javascript results from webpages

Replies are listed 'Best First'.
Re^2: Scraping javascript results from webpages
by ghawkins (Initiate) on Dec 01, 2006 at 23:15 UTC
    "post-rendering" meaning the results/output of the javascript, like the user sees it, not the page source.
      Sure, but that only matters if you're trying to test the JavaScript itself. Otherwise, it's irrelavant.