On Thu, Dec 20, 2012 at 9:34 PM, pushpinder rattan <[email protected]>wrote:
> folks, > > Is there a best tool available in nodejs for the UI automation/simulation. > I used zombie.js , but faced lot many issues. I am looking or performance > perspective automation too. > Take a look at CasperJS (http://casperjs.org/), which adds a control layer on top of PhantomJS. It's better than a browser simulator because it's an actual browser, only headless. A little difficult to get up and running with, but definitely worth the effort. F -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
