UNPKG

playwright-fluent

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