Skip to content

API Reference / @gtkx/testing / getAllByText

Variable: getAllByText

const getAllByText: BuiltinQueries["getAllByText"]

Defined in: packages/testing/dist/queries.d.ts:68

Returns every mapped widget with matching rendered text content. Widgets that are not mapped are never matched. Throws when none match.

Released under the MPL-2.0 License.