chore: use persistent profile by default (#41)
Fixes https://github.com/microsoft/playwright-mcp/issues/29
This commit is contained in:
parent
5345a7b4df
commit
6ff4500211
11 changed files with 122 additions and 69 deletions
|
|
@ -30,7 +30,7 @@ export const snapshot: Tool = {
|
|||
},
|
||||
|
||||
handle: async context => {
|
||||
return await captureAriaSnapshot(await context.ensurePage());
|
||||
return await captureAriaSnapshot(await context.existingPage());
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue