Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
REMitchell
Edit Copy
Star
GitHub Repository:
REMitchell/python-crawling
Path:
blob/master/6-Selenium/phantomjs/examples/hello.js
1
6
4
views
1
console
.
log
(
'Hello, world!'
)
;
2
phantom
.
exit
(
)
;
3
4