feat(config): add sharedBrowserContext option to reuse browser context across HTTP client (#1058)

This commit is contained in:
wagner-psouza
2025-09-19 23:30:59 -03:00
committed by GitHub
parent 08bd91d119
commit 1523338246

5
config.d.ts vendored
View File

@@ -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.