feat(ephemeral): allow for non-persistent context operation (#405)
Ref: https://github.com/microsoft/playwright-mcp/issues/367 Ref: https://github.com/microsoft/playwright-mcp/issues/393
This commit is contained in:
parent
a1eee8351e
commit
949f956378
8 changed files with 130 additions and 42 deletions
5
config.d.ts
vendored
5
config.d.ts
vendored
|
|
@ -28,6 +28,11 @@ export type Config = {
|
|||
*/
|
||||
browserName?: 'chromium' | 'firefox' | 'webkit';
|
||||
|
||||
/**
|
||||
* Keep the browser profile in memory, do not save it to disk.
|
||||
*/
|
||||
ephemeral?: boolean;
|
||||
|
||||
/**
|
||||
* Path to a user data directory for browser profile persistence.
|
||||
* Temporary directory is created by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue