Kind: Function
Source: atloria-monorepo/apps/web-e2e/src/utils/accessibility.ts
Check color contrast
Signature
tsasync function checkColorContrast(page: Page, selector: string): Promise<{
foreground: string;
background: string;
ratio: number;
passes: boolean;
}>
Parameters
| Name | Type |
|---|---|
page | Page |
selector | string |
Returns: Promise<{ foreground: string; background: string; ratio: number; passes: boolean; }>
Was this page helpful?