Skip to content

API Reference / @gtkx/testing / findAllByPlaceholderText

Variable: findAllByPlaceholderText

const findAllByPlaceholderText: BuiltinQueries["findAllByPlaceholderText"]

Defined in: queries.d.ts:121

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

Released under the MPL-2.0 License.