Captures a screenshot of the element. Returns a Download object containing the URL or Base64 data of the screenshot image. Example: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.
screenshot(options: { type: PNG, omitBackground: true })
Definition
Arguments
options
ScreenshotOptions
Options to configure the screenshot, such as image type, quality, or clipping. See ScreenshotOptions.