Skip to content

Instantly share code, notes, and snippets.

@giltayar
Last active September 11, 2017 06:44
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 giltayar/d88bd3da682a7932dad46d83769f1dbd to your computer and use it in GitHub Desktop.
Save giltayar/d88bd3da682a7932dad46d83769f1dbd to your computer and use it in GitHub Desktop.
let driver
before(async () => {
driver = new webdriver.Builder().forBrowser('chrome').build()
})
after(async () => await driver.quit())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment