FindAllByBoundAttribute

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