chore: introduce form filling tool (#935)

This commit is contained in:
Pavel Feldman
2025-08-22 17:06:24 -07:00
committed by GitHub
parent 86eba2245a
commit 3d1a60b7f3
5 changed files with 197 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ test('test snapshot tool list', async ({ client }) => {
'browser_drag',
'browser_evaluate',
'browser_file_upload',
'browser_fill_form',
'browser_handle_dialog',
'browser_hover',
'browser_select_option',
@@ -54,6 +55,7 @@ test('test tool list proxy mode', async ({ startClient }) => {
'browser_drag',
'browser_evaluate',
'browser_file_upload',
'browser_fill_form',
'browser_handle_dialog',
'browser_hover',
'browser_select_option',