Function to execute when analysis completes.
Configures aXe before running analyze.
aXe Configuration spec to use in analysis.
Set the list of rules to skip when running an analysis
Array of rule IDs, or a single rule ID as a string.
Excludes a selector from analysis.
CSS selector of the element to exclude.
Includes a selector in analysis.
CSS selector of the element to include.
Options to directly pass to axe.run
.
aXe options object.
Limits analysis to only the specified rules.
Array of rule IDs, or a single rule ID as a string.
Limist analysis to only the specified tags.
Generated using TypeDoc
Perform analysis and retrieve results.