Kind: Interface
Source: atloria-monorepo/apps/cli/src/utils/ai-auth-debugger.ts
Properties
| Property | Type |
|---|---|
phase | string |
timestamp | number |
screenshots | string[] |
pageState | `{ |
url: string; title: string; hasLoginForm: boolean; hasPasswordField: boolean; errors: string[]; alerts: Array<{ text: string; role: string }>; formInputsFilled: number; localStorageKeys: string[]; cookieCount: number; pendingRequests: number;
}| |attemptLog|Array<{
action: string;
method: string;
success: boolean;
error?: string;
}>` |
Was this page helpful?