UNPKG

create-locator

Version:

Creates HTML element locators for tests 📌

7 lines (6 loc) • 288 B
import type { Attributes } from './oldTypes'; /** * Get CSS selector string from attributes chain. * This function is convenient to use inside `mapAttributesChain` function. */ export declare const getCssSelectorFromAttributesChain: (attributesChain: readonly Attributes[]) => string;