QueryByRole

typealias QueryByRole = (container: HTMLElement, role: ByRoleMatcher, options: ByRoleOptions?) -> HTMLElement?(source)