mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-02-04 21:23:09 +00: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;
|
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
|
* Secrets are used to prevent LLM from getting sensitive data while
|
||||||
* automating scenarios such as authentication.
|
* automating scenarios such as authentication.
|
||||||
|
|||||||
Reference in New Issue
Block a user