Skip to main content

Function: findAllByRole()

findAllByRole(container, role, options?): Promise<Widget[]>

Defined in: queries.ts:371

Finds all elements matching an accessible role.

Parameters

ParameterTypeDescription
containerContainerThe container to search within
roleAccessibleRoleThe GTK accessible role to match
options?ByRoleOptionsQuery options including name, state filters, and timeout

Returns

Promise<Widget[]>

Promise resolving to array of matching widgets