应用截图

Export cookie JSON file for Puppeteer截图1
Export cookie JSON file for Puppeteer截图2
Export cookie JSON file for Puppeteer截图3

详细介绍

Export a cookie JSON file that can be imported by Puppeteer.

This is an extension to export the cookie information of the page you are currently viewing as a JSON file converted to a format that can be read by Puppeteer's setCookie() method.
This is used when scraping Puppeteer by the session ID that is being accessed by the browser.