Open franzsilva opened 10 years ago
hello, i have an internal website which runs on port X, and when you include the :port in the link it fails to create the file,
webshot('http://XXXX:9876', 'control.png', function(err) {
// screenshot now saved to control.png });
if i use the address without the port number it works fine.
Thank you
Regards
Any update on this? Having a similar issue...
+1
Bit more info: the phantomjs.exe process never closes when the port is specified.
phantomjs.exe
hello, i have an internal website which runs on port X, and when you include the :port in the link it fails to create the file,
// screenshot now saved to control.png });
if i use the address without the port number it works fine.
Thank you
Regards