Skip to content

Instantly share code, notes, and snippets.

@omisolaidowu
Last active February 1, 2024 01:16
Show Gist options
  • Save omisolaidowu/98acffe2d4df9f5a38d48c879237a8ec to your computer and use it in GitHub Desktop.
Save omisolaidowu/98acffe2d4df9f5a38d48c879237a8ec to your computer and use it in GitHub Desktop.
scraper
// ...
// create a new WebDriver instance
const driver = new Builder()
.forBrowser('chrome')
.setChromeOptions(chromeOptions)
.setChromeService(new chrome.ServiceBuilder(chromeDriverPath))
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment