@netanelh2/playwright-framework
Version:
A robust Playwright TypeScript testing framework with Page Object Model, smart locators, and utilities
9 lines • 397 B
TypeScript
import type { Locator, Page } from '@playwright/test';
import type { StringOrRoleLocatorType } from '../types/locatorTypes.js';
export declare class LocatorUtils {
protected page: Page;
constructor(page: Page);
protected findLocatorByString(locator: string): Locator;
protected extractLocator(locator: StringOrRoleLocatorType): Locator;
}
//# sourceMappingURL=LocatorUtils.d.ts.map