| Package | Description |
|---|---|
| com.deque.html.axecore.selenium |
| Modifier and Type | Method and Description |
|---|---|
AxeBuilder |
AxeBuilder.disableIframeTesting()
Inject and run axe on the top-level iframe only.
|
AxeBuilder |
AxeBuilder.disableRules(List<String> rules)
Set the list of rules to skip when running an analysis.
|
AxeBuilder |
AxeBuilder.exclude(FromFrames fromFrames)
Limit frame testing with the use of `fromFrames`.
|
AxeBuilder |
AxeBuilder.exclude(FromShadowDom fromShadowDom)
Limit shadow DOM testing with the use of `excludeFromShadowDom`.
|
AxeBuilder |
AxeBuilder.exclude(List<String> selectors)
Selectors to exclude in the validation.
|
AxeBuilder |
AxeBuilder.exclude(Object... selector)
Build more complex selectors by combining Shadow DOM and Frame Context to exclude
|
AxeBuilder |
AxeBuilder.exclude(Object selector)
Build more complex selectors by supplying a single object to exclude
|
AxeBuilder |
AxeBuilder.exclude(String selector)
Include a single CSS selector to exclude during analysis
|
AxeBuilder |
AxeBuilder.include(FromFrames fromFrames)
Limit frame testing with the use of `fromFrames`.
|
AxeBuilder |
AxeBuilder.include(FromShadowDom fromShadowDom)
Limit shadow DOM testing with the use of `excludeFromShadowDom`.
|
AxeBuilder |
AxeBuilder.include(List<String> selectors)
Selectors to include in the validation.
|
AxeBuilder |
AxeBuilder.include(Object... selector)
Build more complex selectors by combining Shadow DOM and Frame Context to include
|
AxeBuilder |
AxeBuilder.include(Object selector)
Build more complex selectors by supplying a single object to include
|
AxeBuilder |
AxeBuilder.include(String selector)
Include a single CSS selector to include during analysis
|
AxeBuilder |
AxeBuilder.setAxeScriptProvider(IAxeScriptProvider axeProvider)
sets the where we get the axe script from.
|
AxeBuilder |
AxeBuilder.setLegacyMode()
Deprecated.
This method will be removed in v5
|
AxeBuilder |
AxeBuilder.setLegacyMode(boolean state)
Deprecated.
This method will be removed in v5
|
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 © 2023. All rights reserved.