无法获取网站图片

时间:2016-02-24 18:42:32

标签: phantomjs polymer polymer-1.0

我正在使用PhantomJS来捕获使用Polymer构建的网站的图像。这是我的capture.js文件:

var page = require('webpage').create();
page.open('https://www.gosizzle.io/token/recruiting/957e73c45b55129b1a', function() {
  page.render('test1.png');
  phantom.exit();
});

然而,当我跑

phantomjs capture.js

我的test1.png仅包含网站的页脚:

enter image description here

0 个答案:

没有答案