我正在使用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
仅包含网站的页脚: