UNPKG

playwright-fluent

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