Skip to content

Commit

Permalink
update PHANTOMJS_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
hannyu committed Jul 3, 2012
1 parent fb5a2ce commit 01db44c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rubybin/casperjs
@@ -1,7 +1,5 @@
#!/usr/bin/env ruby

# Ruby Wrapper for CasperJs
# Version: 1.0.0
# by hannyu


Expand All @@ -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',
]
Expand Down

0 comments on commit 01db44c

Please sign in to comment.