berstend / puppeteer-extra

💯 Teach puppeteer new tricks through plugins.
https://extra.community
MIT License
6.23k stars 732 forks source link

Persist cookies + localStorage plugin #804

Open kangoo13 opened 1 year ago

kangoo13 commented 1 year ago

Hello everybody,

The ways to retrieve new cookies/localStorage are a bit tricky but I didn't find any other better solution, yet.

If you have any idea do not hesitate I can implement them.

The plugin is available here meanwhile the PR is merged : https://www.npmjs.com/package/puppeteer-extra-plugin-session-persistence

This is my first code on TypeScript I am not really used to it, do not hesitate to tell me how can I improve this code !

459