I just started to use phantom js ... I want to do some tasks on specific time interval, like capturing screens of my website every 5 min .
I understand lots of phantom js scripts require some sort of task scheduling tool .. like cronjob ... so I thought I'll get tons of options by searching google but I got nothing useful.
I've seen some run it by using simple setInterval
on a nodejs
server (phantomjs-node lib) but according to this answer
https://stackoverflow.com/a/15746154/590589 its not very reliable
So it's either very obvious and easy solution so no one is writing about it! or there are not many options.
Either way I'll be thankful for any suggestion