Skip to content

API Reference / @gtkx/testing / findAllByLabelText

Variable: findAllByLabelText

const findAllByLabelText: BuiltinQueries["findAllByLabelText"]

Defined in: queries.d.ts:91

Waits for and returns every widget with matching associated label text, retrying until at least one appears or the timeout elapses.

Released under the MPL-2.0 License.