Skip to content

Instantly share code, notes, and snippets.

@sawamur
Created November 13, 2012 14:32
Show Gist options
  • Save sawamur/4066035 to your computer and use it in GitHub Desktop.
Save sawamur/4066035 to your computer and use it in GitHub Desktop.
Casper Sample
casper = require('casper').create()
casper.start "http://twitter.com/sawamur"
casper.then ->
@test.assertNotVisible(".signup-only")
@click ".js-follow-btn:nth-of-type(1)"
casper.then ->
@test.assertVisible(".signup-only")
casper.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment