UNPKG

playwright-fluent

Version:
5 lines (4 loc) 328 B
import { Frame, Page } from 'playwright'; import { WaitUntilOptions } from '../../../utils'; import { SelectorFluent } from '../../../selector-api'; export declare function hasSelectorObjectExactValue(selector: SelectorFluent, expectedValue: string, page: Page | Frame | undefined, options: WaitUntilOptions): Promise<boolean>;