gulp-local-screenshots icon indicating copy to clipboard operation
gulp-local-screenshots copied to clipboard

Additional options requried

Open screamingjungle opened this issue 7 years ago • 1 comments

On Windows, I added these options to "phantom.create(function (ph) { .. }" to overcome a couple of errors (module weak not found; security issue).

,{
        dnodeOpts: {
            weak: false
        },
        parameters:{
            'web-security': 'no'
        }
  }

screamingjungle avatar Mar 12 '17 15:03 screamingjungle

+1 I need those options too, it would be great to be able to set phantomjs options when using this gulp plugin

webmix avatar Feb 02 '18 18:02 webmix