Closed FelixHoer closed 11 years ago
In the current implementation of node-phantom a call to page.includeJs() returns immediately. According to the PhantomJS API it invokes a callback, after the script has been loaded and executed.
page.includeJs()
I fixed bridge.js to respond in that callback.
bridge.js
In the current implementation of node-phantom a call to
page.includeJs()
returns immediately. According to the PhantomJS API it invokes a callback, after the script has been loaded and executed.I fixed
bridge.js
to respond in that callback.