Skip to content

Instantly share code, notes, and snippets.

@manojsinghnegiwd
Created June 1, 2021 10:07
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 manojsinghnegiwd/47e59e6d7389927534cc3752258a0628 to your computer and use it in GitHub Desktop.
Save manojsinghnegiwd/47e59e6d7389927534cc3752258a0628 to your computer and use it in GitHub Desktop.
const puppeteer = require('puppeteer');
const googleSearch = async () => {
const browser = await puppeteer.launch({
headless: false
});
}
googleSearch();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment