@playwright/mcp 0.0.39-alpha-2025-09-21 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.d.ts +0 -5
- package/package.json +1 -1
package/config.d.ts
CHANGED
|
@@ -100,11 +100,6 @@ export type Config = {
|
|
|
100
100
|
*/
|
|
101
101
|
saveTrace?: boolean;
|
|
102
102
|
|
|
103
|
-
/**
|
|
104
|
-
* Reuse the same browser context between all connected HTTP clients.
|
|
105
|
-
*/
|
|
106
|
-
sharedBrowserContext?: boolean;
|
|
107
|
-
|
|
108
103
|
/**
|
|
109
104
|
* Secrets are used to prevent LLM from getting sensitive data while
|
|
110
105
|
* automating scenarios such as authentication.
|