试图自动化任务,但 phantomjs 无法正确“打开”这个url。
该应用程序给出 101 错误。
使用此脚本可重现错误
var page = new WebPage();
page.open(phantom.args[0], function(status){
console.log(status);
page.render(phantom.args[1]);
phantom.exit();
});
并运行命令phantomjs --ignore-ssl-errors=yes script.js https://notalegal.sefin.ro.gov.br/contribuinte/form.jsp\?sys\=NPJ\&formID\=\{C90B91CE-E9C3-46B2-8FED-75B7B219A3AD\}\&scrolling\=yes ~/page.png
我已经用 phantomjs 1.4 和 1.6 进行了测试