ImpactLevel

Playwright\Accessibility\ImpactLevel

Severity levels for accessibility violations.
These represent the impact a violation has on users with disabilities.

$ composer require playwright-php/accessibility

Methods

toString()

string

Convert enum value to string.

function toString(): string

getDescription()

string

Get a human-readable description of the impact level.

function getDescription(): string