UNPKG

playwright-pom-materials

Version:

Playwright POM materials

4 lines 245 B
import { Locator } from '@playwright/test'; export type LocatorPredicate = (l: Locator) => Promise<boolean>; export declare const reverseLocatorPredicate: (lp: LocatorPredicate) => LocatorPredicate; //# sourceMappingURL=LocatorPredicate.d.ts.map