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.