Feature

Page interactions

Automate browser actions before capture so SPAs, modal flows, and gated content are rendered in the right state.

What it solves

Use steps for click, type, wait, and targeted screenshots to capture dynamic experiences.

Implementation notes

  • • Use click, type, wait, and scroll actions.
  • • Capture target elements with CSS selectors.
  • • Build deterministic flows for testing and reporting.

Relevant API options

  • steps
  • target
  • delay
  • max_wait

See request examples and endpoint details in the API docs.