UNPKG

e2ed

Version:

E2E testing framework over Playwright

8 lines (7 loc) 251 B
import type { Selector } from '../types/internal'; type Options = {}; /** * Selects text in input elements. */ export declare const selectText: (selector: Selector, startPos?: number, endPos?: number, options?: Options) => Promise<void>; export {};