UNPKG

@acot/utils

Version:
6 lines (5 loc) 242 B
import type { ElementHandle } from 'puppeteer-core'; /** * @see https://chromedevtools.github.io/devtools-protocol/tot/Accessibility/#method-queryAXTree */ export declare const isElementHidden: (element: ElementHandle) => Promise<boolean>;