Get help with testing, discuss unit testing strategies etc.


Post by nickolay »

I'm not sure if that will help, but try to set this option: `localToRemoteUrlAccessEnabled` to true, like this:

change
var page = new WebPage()
to
var page = new WebPage({
    settings : {
        localToRemoteUrlAccessEnabled   : true
    }
})
But is it that hard to make some directory of your server to be always available via http? Thats a very simple task for Apache for example. You can set your c:\workspace to be always available as https://localhost/workspace

Post by nickolay »

Change should happen in the /bin/phantomjs-launcher.js

Post Reply