- 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.
- 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
-
- 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.