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
efb8fe92
...
efb8fe92b129052980415094ec6d0f59908e21e0
authored
2011-12-25 21:45:12 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated samples/screenshot.js
1 parent
52a67cb5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
samples/screenshot.js
samples/screenshot.js
View file @
efb8fe9
...
...
@@ -5,7 +5,11 @@ if (!phantom.casperLoaded) {
var
casper
=
new
phantom
.
Casper
({
logLevel
:
"debug"
,
verbose
:
true
verbose
:
true
,
viewportSize
:
{
width
:
800
,
height
:
600
}
});
casper
.
start
(
'https://twitter.com/#!/twilio'
,
function
(
self
)
{
...
...
Please
register
or
sign in
to post a comment