Skip to main content

Function: findAllByLabelText()

findAllByLabelText(container, text, options?): Promise<Widget[]>

Defined in: queries.ts:280

Waits for and finds all widgets matching the specified label text.

Parameters

ParameterTypeDescription
containerContainerThe container to search within
textstring | RegExpThe text or pattern to match
options?TextMatchOptionsText matching options (exact, normalizer)

Returns

Promise<Widget[]>

Promise resolving to array of matching widgets