Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b4345f19
...
b4345f19390637db37bbc46c1829908507c5d6be
authored
2012-07-03 11:49:25 +0800
by
hannyu
Committed by
Nicolas Perriault
2012-07-14 10:44:46 +0200
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update PHANTOMJS_ARGS
1 parent
f27c3a43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
rubybin/casperjs
rubybin/casperjs
View file @
b4345f1
#!/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'
,
]
...
...
Please
register
or
sign in
to post a comment