| Package | Description |
|---|---|
| com.deque.html.axecore.selenium |
| Modifier and Type | Method and Description |
|---|---|
AxeBuilder |
AxeBuilder.disableRules(List<String> rules)
Set the list of rules to skip when running an analysis.
|
AxeBuilder |
AxeBuilder.exclude(List<String> selectors)
Selectors to exclude in the validation.
|
AxeBuilder |
AxeBuilder.include(List<String> selectors)
Selectors to include in the validation.
|
AxeBuilder |
AxeBuilder.setAxeScriptProvider(IAxeScriptProvider axeProvider)
sets the where we get the axe script from.
|
AxeBuilder |
AxeBuilder.setTimeout(int newTimeout)
sets the timeout.
|
AxeBuilder |
AxeBuilder.withOnlyRules(List<String> rules)
Limit analysis to only the specified rules.
|
AxeBuilder |
AxeBuilder.withOptions(AxeRunOptions newRunOptions)
Run configuration data that is passed to axe for scanning the web page.
|
AxeBuilder |
AxeBuilder.withoutIframeSandboxes()
Remove the "sandbox" attribute from iframes on the page.
|
AxeBuilder |
AxeBuilder.withOutputFile(String path)
Causes analyze() to write the axe results as a JSON file,
in addition to returning it in object format as usual.
|
AxeBuilder |
AxeBuilder.withRules(List<String> rules)
Limit analysis to only the specified rules.
|
AxeBuilder |
AxeBuilder.withTags(List<String> tags)
Limit analysis to only the specified tags.
|
Copyright © 2020. All rights reserved.