Advertisement
dereksir

Untitled

Jul 31st, 2023 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (async () => {
  2.   const browser = await puppeteer.launch({
  3.     headless: true, // Set this option to true to run in headless mode
  4.   });
  5.  
  6.   const page = await browser.newPage();
  7.  
  8.  //..
  9.  
  10. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement