A C D E F G H I N P R S T V W 
All Classes All Packages

A

analyze(WebDriver) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
Run axe against the entire page.
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.
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...) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Run axe against a specific WebElement or webElements (including its descendants).
analyze(WebDriver, WebElement, AxeBuilderOptions) - Static method in class com.deque.html.axecore.extensions.WebDriverExtensions
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.
AxeRuleOptions - Class in com.deque.html.axecore.axeargs
Used as part of AxeRunOptions to configure rules.
AxeRuleOptions() - Constructor for class com.deque.html.axecore.axeargs.AxeRuleOptions
 
AxeRules - Class in com.deque.html.axecore.axeargs
Axe rules JSON configurator.
AxeRules() - Constructor for class com.deque.html.axecore.axeargs.AxeRules
 
AxeRunContext - Class in com.deque.html.axecore.axeargs
contains context for the Accessibility run scan.
AxeRunContext() - Constructor for class com.deque.html.axecore.axeargs.AxeRunContext
 
AxeRunOnlyOptions - Class in com.deque.html.axecore.axeargs
Class object for Axe Run Only Options.
AxeRunOnlyOptions() - Constructor for class com.deque.html.axecore.axeargs.AxeRunOnlyOptions
 
AxeRunOptions - Class in com.deque.html.axecore.axeargs
Run configuration data that is passed to axe for scanning the web page.
AxeRunOptions() - Constructor for class com.deque.html.axecore.axeargs.AxeRunOptions
 
axeRunScript - Variable in class com.deque.html.axecore.selenium.AxeBuilder
 
AxeRuntimeException - Exception in com.deque.html.axecore.results
AxeRuntimeException represents an error returned from `axe.run()`.
AxeRuntimeException(String) - Constructor for exception com.deque.html.axecore.results.AxeRuntimeException
 

C

Check - Class in com.deque.html.axecore.results
 
Check() - Constructor for class com.deque.html.axecore.results.Check
 
CheckedNode - Class in com.deque.html.axecore.results
 
CheckedNode() - Constructor for class com.deque.html.axecore.results.CheckedNode
 
com.deque.html.axecore.axeargs - package com.deque.html.axecore.axeargs
 
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.results - package com.deque.html.axecore.results
 
com.deque.html.axecore.selenium - package com.deque.html.axecore.selenium
 

D

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.
equals(Object) - Method in class com.deque.html.axecore.results.Platform
 
equals(Object) - Method in class com.deque.html.axecore.results.TestResults
 
equals(Object) - Method in class com.deque.html.axecore.results.TestSubject
 
exclude(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Selectors to exclude in the validation.
executeAsyncScript(WebDriver, String, Object...) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Execute an asynchronous 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

getAbsolutePaths() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets if there are absolute paths.
getAll() - Method in class com.deque.html.axecore.results.CheckedNode
 
getAny() - Method in class com.deque.html.axecore.results.CheckedNode
 
getAxeResultString() - Static method in class com.deque.html.axecore.selenium.AxeReporter
gets the results in string format.
getCreatedDate() - Method in class com.deque.html.axecore.results.Rule
 
getData() - Method in class com.deque.html.axecore.results.Check
 
getDefaultAxeBuilderOptions() - Method in class com.deque.html.axecore.selenium.AxeBuilder
get the default axe builder options.
getDescription() - Method in class com.deque.html.axecore.results.Rule
 
getEnabled() - Method in class com.deque.html.axecore.axeargs.AxeRuleOptions
gets the enabled property.
getEndTime() - Method in class com.deque.html.axecore.results.TestResults
 
getError() - Method in class com.deque.html.axecore.results.Results
 
getErrorMessage() - Method in class com.deque.html.axecore.results.Results
 
getExclude() - Method in class com.deque.html.axecore.axeargs.AxeRunContext
gets the exclude list.
getFailureSummary() - Method in class com.deque.html.axecore.results.CheckedNode
 
getFileName() - Method in class com.deque.html.axecore.results.TestSubject
 
getFindings() - Method in class com.deque.html.axecore.results.TestResults
 
getFormattedLineNum() - Method in class com.deque.html.axecore.results.TestSubject
 
getFrameWaitTimeInMilliseconds() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets the frame wait time milliseconds.
getHelp() - Method in class com.deque.html.axecore.results.Rule
 
getHelpUrl() - Method in class com.deque.html.axecore.results.Rule
 
getHtml() - Method in class com.deque.html.axecore.results.Node
 
getId() - Method in class com.deque.html.axecore.results.Check
 
getId() - Method in class com.deque.html.axecore.results.Rule
 
getId() - Method in class com.deque.html.axecore.results.TestResults
 
getIFrames() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets if there are iFrames.
getImpact() - Method in class com.deque.html.axecore.results.Check
 
getImpact() - Method in class com.deque.html.axecore.results.CheckedNode
 
getImpact() - Method in class com.deque.html.axecore.results.Rule
 
getInapplicable() - Method in class com.deque.html.axecore.results.Results
 
getInclude() - Method in class com.deque.html.axecore.axeargs.AxeRunContext
gets a list of included values.
getIncomplete() - Method in class com.deque.html.axecore.results.Results
 
getKey() - Method in enum com.deque.html.axecore.selenium.ResultType
gets the key value.
getLineNum() - Method in class com.deque.html.axecore.results.TestSubject
 
getMessage() - Method in class com.deque.html.axecore.results.Check
 
getName() - Method in class com.deque.html.axecore.results.TestEngine
 
getName() - Method in class com.deque.html.axecore.results.TestResults
 
getName() - Method in class com.deque.html.axecore.results.TestRunner
 
getNodes() - Method in class com.deque.html.axecore.results.Rule
 
getNone() - Method in class com.deque.html.axecore.results.CheckedNode
 
getOptions() - Method in class com.deque.html.axecore.selenium.AxeBuilder
gets the options.
getOrientationAngle() - Method in class com.deque.html.axecore.results.TestEnvironment
 
getOrientationType() - Method in class com.deque.html.axecore.results.TestEnvironment
 
getPasses() - Method in class com.deque.html.axecore.results.Results
 
getPlatform() - Method in class com.deque.html.axecore.results.TestResults
 
getReadableAxeResults(String, WebDriver, List<Rule>) - Static method in class com.deque.html.axecore.selenium.AxeReporter
Parses scanned accessibility results.
getRelatedNodes() - Method in class com.deque.html.axecore.results.Check
 
getRestoreScroll() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets if there is a restore scroll.
getResultTypes() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets the result types.
getRules() - Method in class com.deque.html.axecore.axeargs.AxeRules
gets the rules.
getRules() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets the rules.
getRunOnly() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets the run only property.
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.
getState() - Method in class com.deque.html.axecore.results.TestSubject
 
getTags() - Method in class com.deque.html.axecore.results.Rule
 
getTarget() - Method in class com.deque.html.axecore.results.Node
 
getTestEngine() - Method in class com.deque.html.axecore.results.Results
 
getTestEnvironment() - Method in class com.deque.html.axecore.results.Results
 
getTestMachine() - Method in class com.deque.html.axecore.results.Platform
 
getTestRunner() - Method in class com.deque.html.axecore.results.Results
 
getTestSubject() - Method in class com.deque.html.axecore.results.TestResults
 
getTimestamp() - Method in class com.deque.html.axecore.results.Results
 
getType() - Method in class com.deque.html.axecore.axeargs.AxeRunOnlyOptions
gets the type.
getType() - Method in class com.deque.html.axecore.results.TestResults
 
getUrl() - Method in class com.deque.html.axecore.results.Results
 
getUrl() - Method in class com.deque.html.axecore.results.Rule
 
getUserAgent() - Method in class com.deque.html.axecore.results.Platform
 
getUserAgent() - Method in class com.deque.html.axecore.results.TestEnvironment
 
getValues() - Method in class com.deque.html.axecore.axeargs.AxeRunOnlyOptions
gets the value of the Axe Run Only Options.
getVersion() - Method in class com.deque.html.axecore.results.TestEngine
 
getViolations() - Method in class com.deque.html.axecore.results.Results
 
getWindowHeight() - Method in class com.deque.html.axecore.results.TestEnvironment
 
getwindowWidth() - Method in class com.deque.html.axecore.results.TestEnvironment
 
getXPath() - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
gets the xpath.

H

hashCode() - Method in class com.deque.html.axecore.results.Platform
 
hashCode() - Method in class com.deque.html.axecore.results.TestResults
 
hashCode() - Method in class com.deque.html.axecore.results.TestSubject
 

I

IAxeScriptProvider - Interface in com.deque.html.axecore.providers
Interface that gets the script for an Accessibility provider.
Inapplicable - com.deque.html.axecore.selenium.ResultType
Check for inapplicable.
include(List<String>) - Method in class com.deque.html.axecore.selenium.AxeBuilder
Selectors to include in the validation.
Incomplete - com.deque.html.axecore.selenium.ResultType
Check for incomplete.
inject(WebDriver, IAxeScriptProvider) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects Axe script into frames.
inject(WebDriver, String) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects Axe script into frames.
injectAsync(WebDriver, String) - Static method in class com.deque.html.axecore.extensions.WebDriverInjectorExtensions
Injects script into frames to be run asynchronously.
isErrored() - Method in class com.deque.html.axecore.results.Results
 

N

Node - Class in com.deque.html.axecore.results
 
Node() - Constructor for class com.deque.html.axecore.results.Node
 

P

Passes - com.deque.html.axecore.selenium.ResultType
Check for passing.
Platform - Class in com.deque.html.axecore.results
 
Platform() - Constructor for class com.deque.html.axecore.results.Platform
 

R

readEmbeddedFile(String) - Static method in class com.deque.html.axecore.providers.EmbeddedResourceProvider
Reads a provided file and transfers it to a string.
Results - Class in com.deque.html.axecore.results
 
Results() - Constructor for class com.deque.html.axecore.results.Results
 
ResultType - Enum in com.deque.html.axecore.selenium
Result Type placement holder.
Rule - Class in com.deque.html.axecore.results
 
Rule() - Constructor for class com.deque.html.axecore.results.Rule
 

S

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.
setAbsolutePaths(Boolean) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets if there are absolute paths.
setAll(List<Check>) - Method in class com.deque.html.axecore.results.CheckedNode
 
setAny(List<Check>) - Method in class com.deque.html.axecore.results.CheckedNode
 
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.
setCreatedDate(String) - Method in class com.deque.html.axecore.results.Rule
 
setData(Object) - Method in class com.deque.html.axecore.results.Check
 
setDescription(String) - Method in class com.deque.html.axecore.results.Rule
 
setEnabled(Boolean) - Method in class com.deque.html.axecore.axeargs.AxeRuleOptions
sets the enabled value.
setEndTime(String) - Method in class com.deque.html.axecore.results.TestResults
 
setErrorMessage(String) - Method in class com.deque.html.axecore.results.Results
 
setExclude(List<String>) - Method in class com.deque.html.axecore.axeargs.AxeRunContext
sets the exclude list.
setFailureSummary(String) - Method in class com.deque.html.axecore.results.CheckedNode
 
setFileName(String) - Method in class com.deque.html.axecore.results.TestSubject
 
setFindings(Results) - Method in class com.deque.html.axecore.results.TestResults
 
setFrameWaitTimeInMilliseconds(Integer) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets the frame wait time milliseconds.
setHelp(String) - Method in class com.deque.html.axecore.results.Rule
 
setHelpUrl(String) - Method in class com.deque.html.axecore.results.Rule
 
setHtml(String) - Method in class com.deque.html.axecore.results.Node
 
setId(String) - Method in class com.deque.html.axecore.results.Check
 
setId(String) - Method in class com.deque.html.axecore.results.Rule
 
setId(String) - Method in class com.deque.html.axecore.results.TestResults
 
setIFrames(Boolean) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets if there are iFrames.
setImpact(String) - Method in class com.deque.html.axecore.results.Check
 
setImpact(String) - Method in class com.deque.html.axecore.results.CheckedNode
 
setImpact(String) - Method in class com.deque.html.axecore.results.Rule
 
setInapplicable(List<Rule>) - Method in class com.deque.html.axecore.results.Results
 
setInclude(List<String>) - Method in class com.deque.html.axecore.axeargs.AxeRunContext
sets the included values.
setIncomplete(List<Rule>) - Method in class com.deque.html.axecore.results.Results
 
setLineNum(String) - Method in class com.deque.html.axecore.results.TestSubject
 
setMessage(String) - Method in class com.deque.html.axecore.results.Check
 
setName(String) - Method in class com.deque.html.axecore.results.TestResults
 
setNodes(List<CheckedNode>) - Method in class com.deque.html.axecore.results.Rule
 
setNone(List<Check>) - Method in class com.deque.html.axecore.results.CheckedNode
 
setOptions(String) - Method in class com.deque.html.axecore.selenium.AxeBuilder
sets the options.
setPasses(List<Rule>) - Method in class com.deque.html.axecore.results.Results
 
setPlatform(Platform) - Method in class com.deque.html.axecore.results.TestResults
 
setRelatedNodes(List<Node>) - Method in class com.deque.html.axecore.results.Check
 
setRestoreScroll(Boolean) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets the restore scroll.
setResultTypes(List<String>) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets the result types.
setRules(Map<String, AxeRuleOptions>) - Method in class com.deque.html.axecore.axeargs.AxeRules
sets the rules.
setRules(Map<String, AxeRuleOptions>) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets the rules.
setRunOnly(AxeRunOnlyOptions) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets the run only property.
setScriptProvider(IAxeScriptProvider) - Method in class com.deque.html.axecore.selenium.AxeBuilderOptions
sets the script provider.
setState(String) - Method in class com.deque.html.axecore.results.TestSubject
 
setTags(List<String>) - Method in class com.deque.html.axecore.results.Rule
 
setTarget(Object) - Method in class com.deque.html.axecore.results.Node
 
setTestMachine(String) - Method in class com.deque.html.axecore.results.Platform
 
setTestSubject(TestSubject) - Method in class com.deque.html.axecore.results.TestResults
 
setTimeout(int) - Method in class com.deque.html.axecore.selenium.AxeBuilder
sets the timeout.
setTimestamp(String) - Method in class com.deque.html.axecore.results.Results
 
setType(String) - Method in class com.deque.html.axecore.axeargs.AxeRunOnlyOptions
sets the type.
setType(String) - Method in class com.deque.html.axecore.results.TestResults
 
setUrl(String) - Method in class com.deque.html.axecore.results.Results
 
setUrl(String) - Method in class com.deque.html.axecore.results.Rule
 
setUserAgent(String) - Method in class com.deque.html.axecore.results.Platform
 
setValues(List<String>) - Method in class com.deque.html.axecore.axeargs.AxeRunOnlyOptions
sets the values of the Axe Run only options.
setViolations(List<Rule>) - Method in class com.deque.html.axecore.results.Results
 
setXPath(Boolean) - Method in class com.deque.html.axecore.axeargs.AxeRunOptions
sets the xpath.
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.

T

TestEngine - Class in com.deque.html.axecore.results
 
TestEngine() - Constructor for class com.deque.html.axecore.results.TestEngine
 
TestEnvironment - Class in com.deque.html.axecore.results
 
TestEnvironment() - Constructor for class com.deque.html.axecore.results.TestEnvironment
 
TestResults - Class in com.deque.html.axecore.results
 
TestResults() - Constructor for class com.deque.html.axecore.results.TestResults
 
TestRunner - Class in com.deque.html.axecore.results
 
TestRunner() - Constructor for class com.deque.html.axecore.results.TestRunner
 
TestSubject - Class in com.deque.html.axecore.results
 
TestSubject() - Constructor for class com.deque.html.axecore.results.TestSubject
 
toString() - Method in class com.deque.html.axecore.results.Rule
 

V

valueOf(String) - Static method in enum com.deque.html.axecore.selenium.ResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.deque.html.axecore.selenium.ResultType
Returns an array containing the constants of this enum type, in the order they are declared.
violationFree() - Method in class com.deque.html.axecore.results.Results
 
Violations - com.deque.html.axecore.selenium.ResultType
Check for violations.

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 N P R S T V W 
All Classes All Packages