feat(wait): allow waiting for given text (#390)

Fixes https://github.com/microsoft/playwright-mcp/issues/389
This commit is contained in:
Pavel Feldman 2025-05-09 15:35:28 -07:00 committed by GitHub
parent 65716b60dd
commit c28b480b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 124 additions and 12 deletions

View file

@ -43,7 +43,7 @@ test('test snapshot tool list', async ({ client }) => {
'browser_tab_new',
'browser_tab_select',
'browser_take_screenshot',
'browser_wait',
'browser_wait_for',
]));
});
@ -72,7 +72,7 @@ test('test vision tool list', async ({ visionClient }) => {
'browser_tab_list',
'browser_tab_new',
'browser_tab_select',
'browser_wait',
'browser_wait_for',
]));
});