Mechanize and Javascript

I’ve played with this new alternative to Mechanize (which I love) called Phantom JS.

It is a full web kit browser like Safari or Chrome but is headless and scriptable. You script it with javascript, not python (as far as I know at least).

There are some example scripts to get you started. It’s a lot like using Firebug. I’ve only spent a few min using it but I found I was quite productive right from the start.

Leave a Comment