Skip to content

Instantly share code, notes, and snippets.

@poga
Created June 12, 2016 04:31
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 poga/28648909eef75edf090d9a354cca1042 to your computer and use it in GitHub Desktop.
Save poga/28648909eef75edf090d9a354cca1042 to your computer and use it in GitHub Desktop.
const Browser = require("zombie")
let kktix = new Browser({waitDuration: 30*1000, runScript: true, site: "https://kktix.com"})
kktix.visit("/", function(err, browser) {
if (err) console.log(err)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment