I'd suggest looking into Selenium. You can use it to generate your page in the context of a browser (e.g., including things like Ajax). It's designed to be a testing tool, but that shouldn't matter.
↧
I'd suggest looking into Selenium. You can use it to generate your page in the context of a browser (e.g., including things like Ajax). It's designed to be a testing tool, but that shouldn't matter.