UNPKG

ui-omakase-framework

Version:

A comprehensive E2E testing framework library with pre-built Cucumber step definitions and utilities for web automation testing

4 lines (3 loc) 233 B
import { Page } from 'playwright'; import { ElementKey, ElementLocator, GlobalConfig } from '../env/global'; export declare const getElementLocator: (page: Page, elementKey: ElementKey, globalConfig: GlobalConfig) => ElementLocator;