Skip to content

FlowStepResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts

Per-step replay result, surfaced through the batch status endpoint so the api stitcher can place each screenshot as it becomes available.

flowStepId: 0 = initial state (before any action); N = state AFTER step N. blobUrl: the canonical FULL-PAGE image (flowKey without variant). annotationsFragment: #atloria-annotations=… overlay fragment, or '' if the step's target could not be located.

Properties

PropertyType
flowStepIdnumber
blobUrlstring
annotationsFragmentstring

Was this page helpful?

Download as PDF