UNPKG

playwright-fluent

Version:
4 lines (3 loc) 238 B
import { ElementHandle } from 'playwright'; import { VerboseOptions } from '../is-handle-visible'; export declare function isHandleUnchecked(selector: ElementHandle<Element> | undefined | null, options: VerboseOptions): Promise<boolean>;