Kind: Class
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/batch-screenshot.dto.ts
Response from selector validation
Properties
| Property | Type |
|---|---|
url | string |
success | boolean |
results | Record<string, SelectorValidationResult> |
allFound | boolean |
allVisible | boolean |
missingSelectors | string[] |
suggestions | Record<string, string> |
Was this page helpful?