| Package | Description |
|---|---|
| com.deque.html.axecore.extensions | |
| com.deque.html.axecore.results | |
| com.deque.html.axecore.selenium |
| Modifier and Type | Method and Description |
|---|---|
static Results |
WebDriverExtensions.analyze(org.openqa.selenium.WebDriver webDriver)
Run axe against the entire page.
|
static Results |
WebDriverExtensions.analyze(org.openqa.selenium.WebDriver webDriver,
AxeBuilderOptions axeBuilderOptions)
Run axe against the entire page.
|
static Results |
WebDriverExtensions.analyze(org.openqa.selenium.WebDriver webDriver,
org.openqa.selenium.WebElement context)
Run axe against the entire page.
|
static Results |
WebDriverExtensions.analyze(org.openqa.selenium.WebDriver webDriver,
org.openqa.selenium.WebElement context,
AxeBuilderOptions axeBuilderOptions)
Run axe against the entire page.
|
| Modifier and Type | Method and Description |
|---|---|
Results |
TestResults.getFindings() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResults.setFindings(Results findings) |
| Modifier and Type | Method and Description |
|---|---|
Results |
AxeBuilder.analyze(org.openqa.selenium.WebDriver webDriver)
Run axe against the entire page.
|
Results |
AxeBuilder.analyze(org.openqa.selenium.WebDriver webDriver,
boolean injectAxe)
Run axe against the entire page.
|
Results |
AxeBuilder.analyze(org.openqa.selenium.WebDriver webDriver,
org.openqa.selenium.WebElement... context)
Run axe against a specific WebElement
or webElements (including its descendants).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AxeReporter.writeResultsToJsonFile(String outputFilePath,
Results output)
Writes a raw object out to a JSON file with the specified name.
|
Copyright © 2020. All rights reserved.