在PhantomJs配置中添加参数:SSL协议

时间:2016-01-11 13:06:28

标签: phantomjs casperjs phantomcss

我将PhantomJs添加到我的项目中作为maven模块,即使在修改后也可以测试Projet状态,以确保我没有做任何事情。 当我编译maven模块时,我的项目中的https链接出现问题:

--- frontend-maven-plugin:0.0.26:grunt (grunt build) @ ess-cms-content ---
[INFO] Running 'grunt phantomcss --no-color' in /path/to/directory

[INFO] Running "phantomcss:desktop" (phantomcss) task
[INFO] [warning] [phantom] Loading resource failed with status=fail:https://gruntjs.com/api/grunt.option
[INFO] [PhantomCSS] Screenshot capture failed: No element matching selector found: div.page

我从搜索中发现我应该停用ssl。我不应该使用终端。 如何在PhantomJs配置中直接添加选项?

0 个答案:

没有答案