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.

Specifies the image format for screenshots.

Definition

enum ScreenshotType {
  JPEG
  PNG
}

Values

JPEG

Joint Photographic Experts Group. A lossy image format suitable for photographs.

PNG

Portable Network Graphics. A lossless image format suitable for graphics with sharp lines or transparency.