UNPKG

playwright-fluent

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