mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
feat(config): add sharedBrowserContext option to reuse browser context across HTTP client (#1058)
This commit is contained in:
5
config.d.ts
vendored
5
config.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user