That this code did not lead to an error. In npm, the webpage module is completely different.

var page = require('webpage').create(); 

    1 answer 1

     var webPage = require('webpage'); var page = webPage.create(); 
    • How is this fundamentally different from the code in the question? - Yaant