Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
REMitchell
GitHub Repository: REMitchell/python-crawling
Path: blob/master/6-Selenium/phantomjs/examples/module.js
164 views
1
var universe = require('./universe');
2
universe.start();
3
console.log('The answer is' + universe.answer);
4
phantom.exit();
5
6