Serverless PhantomJS with IronWorker
blog.iron.io
Serverless PhantomJS with IronWorker
1–10 of 17 posts
Re: Serverless PhantomJS with IronWorker
#2Re: Serverless PhantomJS with IronWorker
#3What about a CasperJs version as well?
Re: Serverless PhantomJS with IronWorker
#4ERROR -- IronWorkerNG: Can't find src with path='node_modules'
Re: Serverless PhantomJS with IronWorker
#5What about a CasperJs version as well?
casperjs is pretty unreliable, I wouldn't bother. Even for relatively trivial frontend testing we were using it for, it would crash ~50% of the time on Linux and Mac.
My only gripe is with the cryptic error messages I was receiving when executing JavaScript in a casper browser. But that could have just been my ignorance and unfamiliarity.
Re: Serverless PhantomJS with IronWorker
#6On the iron_worker upload crawler step: ERROR -- IronWorkerNG: Can't find src with path='node_modules'
Re: Serverless PhantomJS with IronWorker
#7On the iron_worker upload crawler step: ERROR -- IronWorkerNG: Can't find src with path='node_modules'
and then follow the directions from /binary/phantom-nodejs
Re: Serverless PhantomJS with IronWorker
#8What about a CasperJs version as well?
Additionally you could install it using the build() command in the .worker file very similar to the way PhantomJS is installed.
Re: Serverless PhantomJS with IronWorker
#9What about a CasperJs version as well?
Re: Serverless PhantomJS with IronWorker
#10What about a CasperJs version as well?
casperjs is pretty unreliable, I wouldn't bother. Even for relatively trivial frontend testing we were using it for, it would crash ~50% of the time on Linux and Mac.