Skip to content

@gtkx/testing / findAllByName

Function: findAllByName()

findAllByName(container, name, options?): Promise<Widget[]>

Defined in: queries.ts:500

Finds all elements matching a widget name pattern.

Parameters

ParameterTypeDescription
containerContainerThe container to search within
nameTextMatchWidget name to match (string, RegExp, or custom matcher)
options?TextMatchOptionsQuery options including normalization and timeout

Returns

Promise<Widget[]>

Promise resolving to array of matching widgets