From 1523338246cf20592d4d84a13b5b6b287eaf9229 Mon Sep 17 00:00:00 2001 From: wagner-psouza <38788543+wagner-psouza@users.noreply.github.com> Date: Fri, 19 Sep 2025 23:30:59 -0300 Subject: [PATCH] feat(config): add sharedBrowserContext option to reuse browser context across HTTP client (#1058) --- config.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.d.ts b/config.d.ts index eb70776..1f30cf5 100644 --- a/config.d.ts +++ b/config.d.ts @@ -100,6 +100,11 @@ export type Config = { */ saveTrace?: boolean; + /** + * Reuse the same browser context between all connected HTTP clients. + */ + sharedBrowserContext?: boolean; + /** * Secrets are used to prevent LLM from getting sensitive data while * automating scenarios such as authentication.