Skip navigation links
A C D E F G H I O R S U W 

A

analyze(WebDriver) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Run axe against the entire page.
analyze(WebDriver, AxeBuilderOptions) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Run axe against the entire page.
analyze(WebDriver, WebElement) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Run axe against the entire page.
analyze(WebDriver, WebElement, AxeBuilderOptions) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Run axe against the entire page.
analyze(WebDriver, WebElement...) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Run axe against a specific WebElement or webElements (including its descendants).
analyze(WebDriver) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Run axe against the entire page.
analyze(WebDriver, boolean) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Run axe against the entire page.
AxeBuilder - Class in com.deque.html.axecore.selenium
Fluent style builder for invoking aXe.
AxeBuilder() - Constructor for class com.deque.html.axecore.selenium.AxeBuilder
Initialize an instance of AxeBuilder.
AxeBuilder(AxeBuilderOptions) - Constructor for class com.deque.html.axecore.selenium.AxeBuilder
Initialize an instance of AxeBuilder.
AxeBuilder(AxeBuilderOptions, ObjectMapper) - Constructor for class com.deque.html.axecore.selenium.AxeBuilder
Initialize an instance of AxeBuilder.
AxeBuilderOptions - Class in com.deque.html.axecore.selenium
provides axe builder options.
AxeBuilderOptions() - Constructor for class com.deque.html.axecore.selenium.AxeBuilderOptions
 
AxeReporter - Class in com.deque.html.axecore.selenium
Methods for writing, serializing, and to deserialize the Axe scan results.
axeRunScript - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 

C

closeAboutBlank(WebDriver, String) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Closes the about:blank window and switches back to the provided window.
com.deque.html.axecore.extensions - package com.deque.html.axecore.extensions
 
com.deque.html.axecore.providers - package com.deque.html.axecore.providers
 
com.deque.html.axecore.selenium - package com.deque.html.axecore.selenium
 

D

disableIframeTesting() - Method in class com.deque.html.axecore.selenium.AxeBuilder
Inject and run axe on the top-level iframe only.
disableRules(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Set the list of rules to skip when running an analysis.

E

EmbeddedResourceAxeProvider - Class in com.deque.html.axecore.providers
Class used to access embedded resources for accessibility.
EmbeddedResourceAxeProvider() - Constructor for class com.deque.html.axecore.providers.EmbeddedResourceAxeProvider
 
EmbeddedResourceProvider - Class in com.deque.html.axecore.providers
Resource provider that reads from a file.
exclude(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Selectors to exclude in the validation.
exclude(String) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Include a single CSS selector to exclude during analysis
exclude(Object) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Build more complex selectors by supplying a single object to exclude
exclude(Object...) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Build more complex selectors by combining Shadow DOM and Frame Context to exclude
exclude(FromFrames) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit frame testing with the use of `fromFrames`.
exclude(FromShadowDom) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit shadow DOM testing with the use of `excludeFromShadowDom`.
executeAsyncScript(WebDriver, String, Object...) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Execute an asynchronous JavaScript command.
executeScript(WebDriver, String, Object...) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Execute an synchronous JavaScript command.

F

FileAxeScriptProvider - Class in com.deque.html.axecore.providers
An accessibility script provider.
FileAxeScriptProvider(String) - Constructor for class com.deque.html.axecore.providers.FileAxeScriptProvider
Sets the new file path for the file script provider.

G

getAxeResultString() - Static method in class com.deque.html.axecore.selenium.AxeReporter
gets the results in string format.
getAxeScriptProvider() - Method in class com.deque.html.axecore.selenium.AxeBuilder
sets the where we get the axe script from.
getDefaultAxeBuilderOptions() - Method in class com.deque.html.axecore.selenium.AxeBuilder
get the default axe builder options.
getOptions() - Method in class com.deque.html.axecore.selenium.AxeBuilder
gets the options.
getReadableAxeResults(String, WebDriver, List<Rule>) - Static method in class com.deque.html.axecore.selenium.AxeReporter
Parses scanned accessibility results.
getScript() - Method in class com.deque.html.axecore.providers.EmbeddedResourceAxeProvider
Reads the axe.min.js finder.
getScript() - Method in class com.deque.html.axecore.providers.FileAxeScriptProvider
gets the script from a file.
getScript() - Method in interface com.deque.html.axecore.providers.IAxeScriptProvider
gets the script.
getScript() - Method in class com.deque.html.axecore.providers.StringAxeScriptProvider
gets the script from the string.
getScriptProvider() - Method in class com.deque.html.axecore.selenium.AxeBuilderOptions
gets the script provider.

H

hasRunPartialScript - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 

I

IAxeScriptProvider - Interface in com.deque.html.axecore.providers
Interface that gets the script for an Accessibility provider.
iframeAllowScriptTemplate - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 
include(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Selectors to include in the validation.
include(String) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Include a single CSS selector to include during analysis
include(Object) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Build more complex selectors by supplying a single object to include
include(Object...) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Build more complex selectors by combining Shadow DOM and Frame Context to include
include(FromFrames) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit frame testing with the use of `fromFrames`.
include(FromShadowDom) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit shadow DOM testing with the use of `excludeFromShadowDom`.
inject(WebDriver, IAxeScriptProvider, boolean) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects Axe script into frames.
inject(WebDriver, String, boolean) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects Axe script into frames.
inject(WebDriver, String, boolean, Consumer<WebDriver>, boolean) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects Axe script into frames.
injectAsync(WebDriver, String, boolean) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects script into frames to be run asynchronously.

O

openAboutBlank(WebDriver) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Open about:blank in a secure context.

R

readEmbeddedFile(String) - Static method in class com.deque.html.axecore.providers.EmbeddedResourceProvider
Reads a provided file and transfers it to a string.

S

sameOrigin - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 
sandboxBusterScript - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 
serialize(T) - Static method in class com.deque.html.axecore.selenium.AxeReporter
serialize the object to a string.
setAxeResultString(String) - Static method in class com.deque.html.axecore.selenium.AxeReporter
sets the axe result string.
setAxeScriptProvider(IAxeScriptProvider) - Method in class com.deque.html.axecore.selenium.AxeBuilder
sets the where we get the axe script from.
setInjectAxe(Consumer<WebDriver>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Set a custom method of injecting axe into the page.
setInjectAxe(Consumer<WebDriver>, boolean) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Set a custom method of injecting axe into the page.
setLegacyMode() - Method in class com.deque.html.axecore.selenium.AxeBuilder
Deprecated.
This method will be removed in v5
setLegacyMode(boolean) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Deprecated.
This method will be removed in v5
setOptions(String) - Method in class com.deque.html.axecore.selenium.AxeBuilder
sets the options.
setScriptProvider(IAxeScriptProvider) - Method in class com.deque.html.axecore.selenium.AxeBuilderOptions
sets the script provider.
setTimeout(int) - Method in class com.deque.html.axecore.selenium.AxeBuilder
sets the timeout.
StringAxeScriptProvider - Class in com.deque.html.axecore.providers
An accessibility script provider.
StringAxeScriptProvider(String) - Constructor for class com.deque.html.axecore.providers.StringAxeScriptProvider
Sets the new file path for the file script provider.

U

unsafeAllOrigins - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 

W

WebDriverExtensions - Class in com.deque.html.axecore.extensions
web driver extension that has extra analyze methods.
WebDriverInjectorExtensions - Class in com.deque.html.axecore.extensions
Holds the Web driver injection extension methods.
withOnlyRules(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit analysis to only the specified rules.
withOptions(AxeRunOptions) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Run configuration data that is passed to axe for scanning the web page.
withoutIframeSandboxes() - Method in class com.deque.html.axecore.selenium.AxeBuilder
Remove the "sandbox" attribute from iframes on the page.
withOutputFile(String) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Causes analyze() to write the axe results as a JSON file, in addition to returning it in object format as usual.
withRules(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit analysis to only the specified rules.
withTags(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Limit analysis to only the specified tags.
writeResultsToJsonFile(String, Results) - Static method in class com.deque.html.axecore.selenium.AxeReporter
Writes a raw object out to a JSON file with the specified name.
writeResultsToTextFile(String, Object) - Static method in class com.deque.html.axecore.selenium.AxeReporter
Writes a raw object out to a txt file with the specified name.
A C D E F G H I O R S U W 
Skip navigation links

Copyright © 2023. All rights reserved.