Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts
Mapping from description to capture instructions
Properties
| Property | Type |
|---|---|
placeholderId | string |
description | string |
url | string |
waitForSelector | string |
waitForTimeout | number |
actions | ScreenshotAction[] |
viewport | Viewport |
fullPage | boolean |
clip | { x: number; y: number; width: number; height: number } |
category | string |
confidence | number |
requiresAuth | boolean |
notes | string |
stateResolution | StateResolutionConfig |
sequenceSteps | ScreenshotMapping[] |
sequenceOrder | number |
parentPlaceholderId | string |
Was this page helpful?