Kind: Class
Source: atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts
One recorded step in the recipe. Mirrors CapturedStep in the contract.
Properties
| Property | Type |
|---|---|
order | number |
action | CaptureAction |
selector | string |
xpath | string |
elementText | string |
elementRole | string |
url | string |
boundingBox | BoundingBoxDto |
value | string |
note | string |
caption | string |
redactions | RedactBoxDto[] |
ts | number |
Was this page helpful?