chore: introduce browser_evaluate (#678)

Fixes https://github.com/microsoft/playwright-mcp/issues/424
This commit is contained in:
Pavel Feldman 2025-07-16 15:02:47 -07:00 committed by GitHub
parent 825a97d66e
commit 012c906500
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 127 additions and 36 deletions

View file

@ -22,6 +22,7 @@ test('test snapshot tool list', async ({ client }) => {
'browser_click',
'browser_console_messages',
'browser_drag',
'browser_evaluate',
'browser_file_upload',
'browser_handle_dialog',
'browser_hover',