UNPKG

playwright-fluent

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