фантом

This commit is contained in:
Alexey Kasyanchuk
2017-01-14 02:26:21 +03:00
parent 4a4c37e3a5
commit a8a362ffbc
4 changed files with 28 additions and 11 deletions

View File

@ -1,4 +1,5 @@
var url = "http://localhost:3000/";
var system = require('system');
var url = system.args[1];
var page = require('webpage').create();
page.open(url, function(status) {