hey there ! using Stagehand in Browser Rendering I am wondering how to reuse sessions the same way i
hey there ! using Stagehand in Browser Rendering I am wondering how to reuse sessions the same way its currently possible in Puppeteer as per these documentation : https://developers.cloudflare.com/browser-rendering/workers-bindings/reuse-sessions/
I am not sure I cant get to the browser sesh there and would love to not use DO for that
I am not sure I cant get to the browser sesh there and would love to not use DO for that
Cloudflare Docs
The best way to improve the performance of your browser rendering Worker is to reuse sessions. One way to do that is via Durable Objects, which allows you to keep a long running connection from a Worker to a browser. Another way is to keep the browser open after you've finished with it, and connect to that session each time you have a new request.







