FindAllByRole

typealias FindAllByRole<T> = (container: HTMLElement, role: ByRoleMatcher, options: ByRoleOptions?, waitForElementOptions: waitForOptions?) -> Promise<ReadonlyArray<T>>(source)