UNPKG

playwright-fluent

Version:
3 lines (2 loc) 130 B
import { Frame, Page } from 'playwright'; export declare function getCurrentUrl(page: Page | Frame | undefined): Promise<string>;