Open macbre opened 11 years ago
Check onPageCreated event to get HTML received from server (with no changes from JS).
Waiting for https://github.com/ariya/phantomjs/pull/11484 to be able to get not modified HTML of the page (i.e. without any changes done by JavaScript code)
We can do it through normal HTTP Request instead of waiting for a patch from Phantom
Waiting for #313 - SlimerJS provides content of HTTP responses
We can do it through normal HTTP Request instead of waiting for a patch from Phantom
I recommend just using request
to fetch the resource again. We need to make sure that we're sending the exact same request headers though to ensure that the response is identical.
I'd rather use SlimerjS' ability to provide response's body.
Waiting for https://github.com/ariya/phantomjs/issues/10158