UNPKG

@hyperbrowser/agent

Version:

Hyperbrowsers Web Agent

11 lines (10 loc) 356 B
export interface HyperAgentDebugOptions { cdpSessions?: boolean; traceWait?: boolean; profileDomCapture?: boolean; structuredSchema?: boolean; } export declare function setDebugOptions(options?: HyperAgentDebugOptions, enabled?: boolean): void; export declare function getDebugOptions(): HyperAgentDebugOptions & { enabled: boolean; };