Skip to content

Commit 10ef090

Browse files
committed
Update tool reference
1 parent d365c4e commit 10ef090

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/tool-reference.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- AUTO GENERATED DO NOT EDIT - run 'npm run gen' to update-->
22

3-
# Chrome DevTools MCP Tool Reference (~6940 cl100k_base tokens)
3+
# Chrome DevTools MCP Tool Reference (~7028 cl100k_base tokens)
44

55
- **[Input automation](#input-automation)** (9 tools)
66
- [`click`](#click)
@@ -394,6 +394,9 @@ in the DevTools Elements panel (if any).
394394
**Parameters:**
395395

396396
- **filePath** (string) _(optional)_: The absolute path, or a path relative to the current working directory, to save the snapshot to instead of attaching it to the response.
397+
- **name** (string) _(optional)_: Filter elements by their accessibility name (supports regular expressions).
398+
- **role** (string) _(optional)_: Filter elements by their accessibility role.
399+
- **text** (string) _(optional)_: Filter elements by their text content (supports regular expressions).
397400
- **verbose** (boolean) _(optional)_: Whether to include all possible information available in the full a11y tree. Default is false.
398401

399402
---

0 commit comments

Comments
 (0)