Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mcp/tools/screenshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Capture the current page, a specific element, or the full scrollable page.
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `type` | string | no | `png` (default) or `jpeg` |
| `ref` | string | no | Element ref to screenshot a specific element |
| `target` | string | no | Exact target element reference from page snapshot |
| `fullPage` | boolean | no | Capture full scrollable page |

### Page screenshot
Expand All @@ -26,7 +26,7 @@ You: Take a screenshot of the current page.

```txt
You: Take a screenshot of just the login form.
→ browser_take_screenshot { ref: "e12" }
→ browser_take_screenshot { target: "e12" }
→ Returns: PNG image cropped to the element
```

Expand Down