Kind: Interface
Source: atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/action-executor.service.ts
DOM state captured from a page
Properties
| Property | Type |
|---|---|
url | string |
html | string |
hasModal | boolean |
hasError | boolean |
errorMessages | string[] |
visibleButtons | { selector: string; text: string; isEnabled: boolean }[] |
visibleInputs | { selector: string; type: string; placeholder: string }[] |
isLoading | boolean |
pageTitle | string |
Was this page helpful?