Skip to content

API Reference / @gtkx/testing / getByLabelText

Variable: getByLabelText

const getByLabelText: BuiltinQueries["getByLabelText"]

Defined in: queries.d.ts:89

Returns the single widget with matching associated label text. Throws when none or more than one matches.

Released under the MPL-2.0 License.