UNPKG

playwright-fluent

Version:
3 lines (2 loc) 171 B
import { Page, ElementHandle, Frame } from 'playwright'; export declare function getFocusedHandle(page: Page | Frame | undefined): Promise<ElementHandle<Element> | null>;