sheebz / phantom-proxy

a lightweight proxy that lets you to drive phantomjs from node.
MIT License
137 stars 33 forks source link

create() is not a function #72

Closed roman4e closed 7 years ago

roman4e commented 7 years ago

I have version 0.3.0 (the latest on 30 september 2016)

var wp = require("webpage");
var page = wp.create();
              ^
TypeError: wp.create is not a function