CA
delicious-peach
Keep browser context alive in puppeteer crawler?
Per default a new context is crated for each new Request. This means that all data (localsStorage, SessionStorage...) is wiped out.
Is there a way to keep the context for multiple requests?
0 Replies