-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
bottable.io/apps/scraper/src/app/scraper.ts
Lines 118 to 123 in c46a79a
| // TODO load cookies from the web extension | |
| const cookiesObject = await page.cookies(); | |
| fs.writeFileSync(cookiesPath, JSON.stringify(cookiesObject)); | |
| console.log('Session has been saved to ' + cookiesPath); | |
| await browser.close(); |