UNPKG

playwright-pom-materials

Version:

Playwright POM materials

5 lines 274 B
import { Frame, Page, Locator } from '@playwright/test'; export declare const isFrame: (x: unknown) => x is Frame; export declare const isPage: (x: unknown) => x is Page; export declare const isLocator: (x: unknown) => x is Locator; //# sourceMappingURL=type_guards.d.ts.map