UNPKG

playwright-fluent

Version:
4 lines (3 loc) 262 B
import { WaitUntilOptions } from '../../../utils'; import { Page, ElementHandle, Frame } from 'playwright'; export declare function getHandleOf(selector: string, page: Page | Frame | undefined, options: WaitUntilOptions): Promise<ElementHandle<Element> | null>;