FindAllByText

typealias FindAllByText<T> = (container: HTMLElement, id: Matcher, options: SelectorMatcherOptions?, waitForElementOptions: waitForOptions?) -> Promise<ReadonlyArray<T>>(source)