Skip to main content

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.

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

Definition

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.