FindAllByRole

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