| Class | Description |
|---|---|
| AxeRuleOptions |
Used as part of AxeRunOptions to configure rules.
|
| AxeRules |
Axe rules JSON configurator.
|
| AxeRunContext |
contains context for the Accessibility run scan.
|
| AxeRunOnlyOptions |
Class object for Axe Run Only Options.
|
| AxeRunOptions |
Run configuration data that is passed to axe for scanning the web page.
|
| FromFrames |
JSON mapping class for the `fromFrames` include / exclude frame testing Example output:
`axe.run({ fromFrames: ['#paymentFrame', 'form'] });`.
|
| FromShadowDom |
JSON mapping class for the `fromShadowDom` include / exclude element(s) testing Example output:
`axe.run({ fromShadowDom: ['.app-header', 'form#search'] });`.
|
Copyright © 2023. All rights reserved.