FindByBoundAttribute

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