API Reference / @gtkx/testing / queryAllByLabelText
Function: queryAllByLabelText()
queryAllByLabelText(
container,text,options?):Widget[]
Defined in: packages/testing/dist/queries.d.ts:183
Finds every widget associated with a label whose text matches: a Gtk.Label mnemonic target, the widget's own accessible label, or its labelled-by relation. Widgets that are not mapped are never matched.
Parameters
container
Widget subtree to search.
text
Matcher for the label text.
options?
Text matching options.
Returns
Widget[]
Every matching widget, or an empty array when none match.