Kind: Interface
Route mapping entry for AI-assisted screenshot capture Maps URL paths to their component/template files and extracted selectors
Properties
| Property | Type |
|---|---|
componentFile | string |
templateFile | string |
selectors | `{ |
buttons?: Array<{ selector: string; text?: string }>; inputs?: Array<{ selector: string }>; links?: Array<{ selector: string; text?: string }>; modals?: Array<{ selector: string }>; tables?: Array<{ selector: string }>; forms?: Array<{ selector: string }>;
}| |requiredAuth|boolean` |
Was this page helpful?