File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!-- AUTO GENERATED DO NOT EDIT - run 'npm run gen' to update-->
22
3- # Chrome DevTools MCP Tool Reference (~ 7005 cl100k_base tokens)
3+ # Chrome DevTools MCP Tool Reference (~ 7014 cl100k_base tokens)
44
55- ** [ Input automation] ( #input-automation ) ** (9 tools)
66 - [ ` click ` ] ( #click )
8585
8686### ` fill_form `
8787
88- ** Description:** [ ` Fill ` ] ( #fill ) out multiple form elements at once
88+ ** Description:** [ ` Fill ` ] ( #fill ) out multiple form elements at once. To set checkboxes [ ` fill ` ] ( #fill ) them with 'true'
8989
9090** Parameters:**
9191
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ export const drag = definePageTool({
313313
314314export const fillForm = definePageTool ( {
315315 name : 'fill_form' ,
316- description : `Fill out multiple form elements at once` ,
316+ description : `Fill out multiple form elements at once. To set checkboxes fill them with 'true' ` ,
317317 annotations : {
318318 category : ToolCategory . INPUT ,
319319 readOnlyHint : false ,
You can’t perform that action at this time.
0 commit comments