# checkAriaLabels

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web-e2e/src/utils/accessibility.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web-e2e/src/utils/accessibility.ts#L259)

Check ARIA labels

## Signature

```ts
async function checkAriaLabels(page: Page): Promise<{
  elementsWithoutLabels: string[];
  elementsWithLabels: number;
}>
```

## Parameters

| Name | Type |
|---|---|
| `page` | `Page` |

**Returns:** `Promise<{
  elementsWithoutLabels: string[];
  elementsWithLabels: number;
}>`
