@hyperbrowser/agent
Version:
Hyperbrowsers Web Agent
7 lines (6 loc) • 318 B
TypeScript
export declare const INTERACTIVE_ELEMENTS: Set<string>;
export declare const INTERACTIVE_ROLES: Set<string>;
export declare const INTERACTIVE_EVENTS: Set<string>;
export declare const INTERACTIVE_ARIA_PROPS: string[];
export declare const CLICK_ATTRIBUTES: string[];
export declare const CONTEXT_ATTRIBUTES: string[];