> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScreenshotCaret

Determines whether the text input caret (cursor) should be visible in screenshots.

## Definition

```graphql theme={null}
enum ScreenshotCaret {
  HIDE
  INITIAL
}
```

## Values

### `HIDE`

Hide the text input caret (cursor) in the screenshot.

### `INITIAL`

Leave the caret visibility as it is on the page.
