Last active
          July 11, 2017 16:36 
        
      - 
      
- 
        Save joelgriffith/06f318c2d01c50f205be815620fe4da5 to your computer and use it in GitHub Desktop. 
    Launching Navalia
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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