Skip to content

API Reference / @gtkx/testing / findAllByRole

Variable: findAllByRole

const findAllByRole: BuiltinQueries["findAllByRole"]

Defined in: queries.d.ts:81

Waits for and returns every widget with a matching accessible role and options, retrying until at least one appears or the timeout elapses.

Released under the MPL-2.0 License.