I have a Node Server and I need to call some PhantomJS commands from NodeJS server. Like this command.
phantomjs phantom-server.js http://example.com
I got some answers on this topic on the following question. But it's not so clear what are the arguments I have to pass for that.
Is it possible to run PhantomJS from node.js as a command line argument
In this example there's a line like folloes.
'some other argument (passed to phantomjs script)'
And I can't figure it out what to pass there.