Kind: Interface
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/batch-screenshot.service.ts
Result of a single screenshot task
Properties
| Property | Type |
|---|---|
success | boolean |
url | string |
screenshotId | string |
specId | string |
blobUrl | string |
error | string |
retryCount | number |
isNew | boolean |
version | number |
featureArea | string |
pageType | string |
semanticTags | string[] |
recoveryAttempts | number |
recoverySucceeded | boolean |
successfulSelector | string |
Was this page helpful?