---
title: "Screenshot"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/browser/screenshot
markdown: https://docs.nodetool.ai/nodes/lib/browser/screenshot.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/browser/screenshot.md
---

# Screenshot

**Type:** `lib.browser.Screenshot`

**Namespace:** `lib.browser`

## Description

Takes a screenshot of a web page or specific element.
    browser, screenshot, capture, image

    Use cases:
    - Capture visual representation of web pages
    - Document specific UI elements
    - Create visual records of web content

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| url | `str` | URL to navigate to before taking screenshot | `` |
| selector | `str` | Optional CSS selector for capturing a specific element | `` |
| timeout | `int` | Timeout in milliseconds for page navigation | `30000` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [lib.browser](./) namespace.
