Uses of Class
com.deque.html.axecore.results.Results
-
Packages that use Results Package Description com.deque.html.axecore.extensions com.deque.html.axecore.results com.deque.html.axecore.selenium -
-
Uses of Results in com.deque.html.axecore.extensions
Methods in com.deque.html.axecore.extensions that return Results Modifier and Type Method Description static ResultsWebDriverExtensions. analyze(org.openqa.selenium.WebDriver webDriver)Run axe against the entire page.static ResultsWebDriverExtensions. analyze(org.openqa.selenium.WebDriver webDriver, AxeBuilderOptions axeBuilderOptions)Run axe against the entire page.static ResultsWebDriverExtensions. analyze(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.WebElement context)Run axe against the entire page.static ResultsWebDriverExtensions. analyze(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.WebElement context, AxeBuilderOptions axeBuilderOptions)Run axe against the entire page. -
Uses of Results in com.deque.html.axecore.results
Methods in com.deque.html.axecore.results that return Results Modifier and Type Method Description ResultsTestResults. getFindings()Methods in com.deque.html.axecore.results with parameters of type Results Modifier and Type Method Description voidTestResults. setFindings(Results findings) -
Uses of Results in com.deque.html.axecore.selenium
Methods in com.deque.html.axecore.selenium that return Results Modifier and Type Method Description ResultsAxeBuilder. analyze(org.openqa.selenium.WebDriver webDriver)Run axe against the entire page.ResultsAxeBuilder. analyze(org.openqa.selenium.WebDriver webDriver, boolean injectAxe)Run axe against the entire page.ResultsAxeBuilder. analyze(org.openqa.selenium.WebDriver webDriver, org.openqa.selenium.WebElement... context)Run axe against a specific WebElement or webElements (including its descendants).Methods in com.deque.html.axecore.selenium with parameters of type Results Modifier and Type Method Description static voidAxeReporter. writeResultsToJsonFile(String outputFilePath, Results output)Writes a raw object out to a JSON file with the specified name.
-