Skip to content

API Reference / @gtkx/testing / findByDisplayValue

Variable: findByDisplayValue

const findByDisplayValue: BuiltinQueries["findByDisplayValue"]

Defined in: queries.d.ts:133

Waits for and returns the single widget with a matching display value, retrying until it appears or the timeout elapses. Rejects when none or more than one matches.

Released under the MPL-2.0 License.