UNPKG

playwright-test-generator

Version:

Automated Page Object and Functional Test Generator for Playwright

7 lines 311 B
import { Page } from '@playwright/test'; import { NavigationStep } from '../types'; export declare class NavigationHelper { static getNavigationPaths(): Record<string, NavigationStep[]>; static navigateToPath(page: Page, pathName: string): Promise<void>; } //# sourceMappingURL=NavigationHelper.d.ts.map