Skip to content

Instantly share code, notes, and snippets.

@joelgriffith
Last active July 11, 2017 16:36
Show Gist options
  • Save joelgriffith/06f318c2d01c50f205be815620fe4da5 to your computer and use it in GitHub Desktop.
Save joelgriffith/06f318c2d01c50f205be815620fe4da5 to your computer and use it in GitHub Desktop.
Launching Navalia
const { Chrome } = require('navalia');
const chrome = new Chrome();
chrome.goto('https://www.google.com')
.then(() => chrome.done());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment