Function: findAllByRole()
findAllByRole(
container,role,options?):Promise<Widget[]>
Defined in: queries.ts:254
Waits for and finds all widgets matching the specified accessible role.
Parameters
| Parameter | Type | Description |
|---|---|---|
container | Container | The container to search within |
role | AccessibleRole | The accessible role to match |
options? | ByRoleOptions | Additional filtering options (name, checked, expanded) |
Returns
Promise<Widget[]>
Promise resolving to array of matching widgets