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?
Was this page helpful?