| Package | Description |
|---|---|
| com.deque.html.axecore.results | |
| com.deque.html.axecore.selenium |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
Results.getInapplicable() |
List<Rule> |
Results.getIncomplete() |
List<Rule> |
Results.getPasses() |
List<Rule> |
Results.getViolations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Results.setInapplicable(List<Rule> inapplicable) |
void |
Results.setIncomplete(List<Rule> incomplete) |
void |
Results.setPasses(List<Rule> passes) |
void |
Results.setViolations(List<Rule> violations) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AxeReporter.getReadableAxeResults(String typeOfScan,
org.openqa.selenium.WebDriver webDriver,
List<Rule> scannedResults)
Parses scanned accessibility results.
|
Copyright © 2020. All rights reserved.