BrowserContext.storageState(opts) has not been implemented yet. Any workarounds?

Hi @moonbridge,

At the moment there is no way to write and read cookies from disk that can be accessed by different vus and iterations with the browser module. You could try writing to a distributed storage system, and read from it – the details of which can be found in this thread.

Hope that helps,
Ankur