hello.js: the simplest PhantomJS example.

1.0
Ariya Hidayat 2010-12-26 22:15:02 -08:00
parent f0deb971a0
commit 8e74533ec0
1 changed files with 2 additions and 0 deletions

2
examples/hello.js Normal file
View File

@ -0,0 +1,2 @@
phantom.log('Hello, world!');
phantom.exit();