UNPKG

@hyperbrowser/agent

Version:

Hyperbrowsers Web Agent

6 lines (5 loc) 190 B
export declare const isInteractiveElem: (element: HTMLElement) => { isInteractive: boolean; reason: string; }; export declare const isIgnoredElem: (element: HTMLElement) => boolean;