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.