I\'m using PhantomJS v1.4.1 to load some web pages. I don\'t have access to their server-side, I just getting links pointing to them. I\'m using obsolete version of Phantom
I found this approach useful in some cases:
page.onConsoleMessage(function(msg) { // do something e.g. page.render });
Than if you own the page put some script inside: