UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 248 B
import type { Selector } from '../../types/internal'; /** * Get input from multiselector (usually from `<input type="radio">`) by input value. */ export declare const getInputByValue: (input: Selector, value: string) => Promise<Selector | null>;