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()
stringConvert enum value to string.
function toString(): string
getDescription()
stringGet a human-readable description of the impact level.
function getDescription(): string