Skip to content

Instantly share code, notes, and snippets.

@optikalefx
Created August 21, 2012 16:24
Show Gist options
  • Save optikalefx/3417025 to your computer and use it in GitHub Desktop.
Save optikalefx/3417025 to your computer and use it in GitHub Desktop.
var Browser = require("zombie");
var assert = require("assert");
// Load the page from localhost
browser = new Browser()
browser.visit("https://sellercentral.amazon.com/gp/homepage.html", function (e,b) {
// Fill email, password and submit form
b.field("#email");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment