Skip to main content

Function: findAllByText()

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

Defined in: queries.ts:306

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

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