Function: findAllByRole()
findAllByRole(
container,role,options?):Promise<Widget[]>
Defined in: queries.ts:371
Finds all elements matching an accessible role.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
role | AccessibleRole | The GTK accessible role to match |
options? | ByRoleOptions | Query options including name, state filters, and timeout |
Returns
Promise<Widget[]>
Promise resolving to array of matching widgets