Skip to content

Instantly share code, notes, and snippets.

@robashton
Created September 3, 2012 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robashton/3609294 to your computer and use it in GitHub Desktop.
Save robashton/3609294 to your computer and use it in GitHub Desktop.
zombie.js
var Browser = require('zombie')
, client = new Browser()
client.visit('http://localhost', function() {
client.fill('title', 'This is an awesome blog entry')
client.click('submit')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment