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 (~ 7003 cl100k_base tokens)
44
55- ** [ Input automation] ( #input-automation ) ** (9 tools)
66 - [ ` click ` ] ( #click )
@@ -314,12 +314,12 @@ so returned values have to be JSON-serializable.
314314** Parameters:**
315315
316316- ** function** (string) ** (required)** : A JavaScript function declaration to be executed by the tool in the currently selected page.
317- Example without arguments: `() => {
317+ Example without arguments: `() => {
318318 return document.title
319319}` or ` async () => {
320320 return await fetch("example.com")
321321}`.
322- Example with arguments: `(el) => {
322+ Example with arguments: `(el) => {
323323 return el.innerText;
324324}`
325325
@@ -330,7 +330,7 @@ so returned values have to be JSON-serializable.
330330
331331### ` get_console_message `
332332
333- ** Description:** Gets a console message by its ID. You can get all messages by calling [ ` list_console_messages ` ] ( #list_console_messages ) .
333+ ** Description:** Gets a console message by its ID. You can get all messages by calling .
334334
335335** Parameters:**
336336
You can’t perform that action at this time.
0 commit comments