chore: allow taking pixel screenshots in snapshot mode (#44)
Ref: https://github.com/microsoft/playwright-mcp/issues/39
This commit is contained in:
@@ -41,6 +41,7 @@ const snapshotTools: Tool[] = [
|
||||
snapshot.hover,
|
||||
snapshot.type,
|
||||
snapshot.selectOption,
|
||||
snapshot.screenshot,
|
||||
...commonTools,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user