create-locator
Version:
Creates HTML element locators for tests 📌
9 lines (8 loc) • 861 B
TypeScript
import type { AnyLocator, CreateComponentLocator, CreateRootLocatorFunction, GetLocatorParametersFunction, RemoveMarkFromPropertiesFunction } from './oldTypes';
export declare const anyLocator: AnyLocator;
export declare const createLocator: CreateComponentLocator;
export declare const createRootLocator: CreateRootLocatorFunction;
export declare const getLocatorParameters: GetLocatorParametersFunction;
export declare const removeMarkFromProperties: RemoveMarkFromPropertiesFunction;
export declare const setGlobalProductionMode: () => void;
export type { AnyMark, Attributes, CreateLocator, GetLocatorParameters, Locator, LocatorConstraint, LocatorDescriptionConstraint, LocatorOfElement, Mark, Node, ParametersConstraint, PropertiesWithMarkConstraint, PropertiesWithMarkWithParametersConstraint, RemoveMarkFromProperties, RootOptions, } from './oldTypes';