Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created July 29, 2019 06:16
Show Gist options
  • Select an option

  • Save dstyle0210/2e17933745a69911fe34c3679bdf7ae9 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/2e17933745a69911fe34c3679bdf7ae9 to your computer and use it in GitHub Desktop.
selenium webdriver chrome setup
var webdriver = require('selenium-webdriver'), By = webdriver.By, until = webdriver.until;
var driver = new webdriver.Builder().forBrowser('chrome').build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment