| Package | Description |
|---|---|
| com.deque.html.axecore.extensions | |
| com.deque.html.axecore.selenium |
| Modifier and Type | Method and Description |
|---|---|
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,
AxeBuilderOptions axeBuilderOptions)
Run axe against the entire page.
|
| Modifier and Type | Method and Description |
|---|---|
AxeBuilderOptions |
AxeBuilder.getDefaultAxeBuilderOptions()
get the default axe builder options.
|
| Constructor and Description |
|---|
AxeBuilder(AxeBuilderOptions builderOptions)
Initialize an instance of AxeBuilder.
|
AxeBuilder(AxeBuilderOptions builderOptions,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Initialize an instance of AxeBuilder.
|
Copyright © 2023. All rights reserved.