Inputs

☐ Prompt / Description (Required)

A clear and concise instruction describing what this step should do. This helps the AI debug and adjust screenshot settings if needed.

Good Example: "Capture a screenshot of the entire webpage and save it as a PNG."

Bad Example: "Take a picture of something."

Why it’s bad? Too vague, lacks specificity about what should be captured and how.

☐ Screenshot Type (Required)

Page

Captures visible portion of page:

  • Current viewport only
  • What user currently sees

Full Page

Captures entire page length:

  • Including scrolled content
  • Full page height

Element

Captures specific element:

  • CSS selector required
  • Element bounds only

☐ Storage Options (At least one required)

Save to Computer

Save as local file:

  • Custom filename
  • PNG or JPG format

Insert to Table

Store in table:

  • Column selection
  • Reference storage

Assign to Variable

Store in variable:

  • Variable name
  • Path reference

Usage Example

Scenario: Capturing webpage states

✅ Good Prompt:

“Take a full-page screenshot and save it as ‘webpage_capture.png’.”

✅ Screenshot Configuration:

Type: Full Page Save to: Computer Filename: webpage_capture.png

Alternative Example:

Type: Element Selector: div.product-details Store in: Table column Screenshots

Notes

  • The Prompt / Description is required to help AI debug and adjust screenshot settings if needed.
  • At least one storage option must be selected.
  • Element screenshots require valid CSS selectors.
  • Consider file format and size for different use cases.