From 01db44c6b06f92a93764915aecc7984ca05b88bc Mon Sep 17 00:00:00 2001 From: hannyu Date: Tue, 3 Jul 2012 11:49:25 +0800 Subject: [PATCH] update PHANTOMJS_ARGS --- rubybin/casperjs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rubybin/casperjs b/rubybin/casperjs index e265fe436..0db49d970 100755 --- a/rubybin/casperjs +++ b/rubybin/casperjs @@ -1,7 +1,5 @@ #!/usr/bin/env ruby - # Ruby Wrapper for CasperJs -# Version: 1.0.0 # by hannyu @@ -10,18 +8,21 @@ CASPER_PATH = File.dirname(File.dirname(File.expand_path(__FILE__))) PHANTOMJS_NATIVE_ARGS = [ '--cookies-file', '--config', + '--debug', '--disk-cache', '--ignore-ssl-errors', '--load-images', '--load-plugins', + '--local-storage-path', + '--local-storage-quota', '--local-to-remote-url-access', '--max-disk-cache-size', '--output-encoding', - '--remote-debugger-port', - '--remote-debugger-autorun', '--proxy', '--proxy-auth', '--proxy-type', + '--remote-debugger-port', + '--remote-debugger-autorun', '--script-encoding', '--web-security', ]