Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts
One step to replay. Mirrors the api-side CapturedStepDto so a CapturedFlow can be forwarded to the worker verbatim.
Properties
| Property | Type |
|---|---|
order | number |
action | FlowAction |
selector | string |
xpath | string |
elementText | string |
url | string |
value | string |
boundingBox | FlowBoundingBoxDto |
redactions | FlowRedactBoxDto[] |
Was this page helpful?