mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-25 07:52:27 +08:00
docs: Update README about imageResponses option. (#646)
This commit is contained in:
parent
127c996e86
commit
1600ba6645
@ -357,9 +357,10 @@ npx @playwright/mcp@latest --config path/to/config.json
|
||||
};
|
||||
|
||||
/**
|
||||
* Do not send image responses to the client.
|
||||
* Whether to send image responses to the client. Can be "allow", "omit", or "auto".
|
||||
* Defaults to "auto", images are omitted for Cursor clients and sent for all other clients.
|
||||
*/
|
||||
noImageResponses?: boolean;
|
||||
imageResponses?: 'allow' | 'omit' | 'auto';
|
||||
}
|
||||
```
|
||||
</details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user