Is this available anywhere? I would like to do the same so I can use my own playwright server instea
Is this available anywhere? I would like to do the same so I can use my own playwright server instead of the browser rendering api

<uuid>{"success":false,"errors":[{"message":"Browser is too busy","code":2000}]}Unable to create new browser: code: 503: message: No browser availableenv.BROWSER binding object, pass the "BROWSER" string to endpointURLString)X-Browser-Ms-Used value with typescript sdk? I think it is impossible with typescript sdk right now.Argument of type 'string' is not assignable to parameter of type 'BrowserWorker'.ts @cloudflare/playwright@1.0.0 and that you have a browser binding named BROWSER?
acquireing a dedicated browser for each agent session.routeAgentRequest . I'm afraid that my agents are all referencing the same env.BROWSER (but separate contexts)style tags via the REST API that I'm not seeing or is that not an option? If not, is it on the roadmap?Websocket error: SessionID: <uuid> [object ErrorEvent]<uuid>cURL error 28: Operation timed out after 30007 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.cloudflare.com/client/v4/accounts/XXXXX/browser-rendering/pdf{"success":false,"errors":[{"message":"Browser is too busy","code":2000}]}Unable to create new browser: code: 503: message: No browser availableenv.BROWSERenv.BROWSER"BROWSER"endpointURLStringX-Browser-Ms-UsedArgument of type 'string' is not assignable to parameter of type 'BrowserWorker'.ts @cloudflare/playwright@1.0.0BROWSERacquirerouteAgentRequeststyle const stagehand = new Stagehand({
env: "LOCAL",
localBrowserLaunchOptions: { cdpUrl: endpointURLString("BROWSER") },
llmClient: new WorkersAIClient(env.AI, { logger }),
logger,
verbose: 1,
}); localBrowserLaunchOptions: { cdpUrl: endpointURLString("BROWSER") },