Uses of Class
com.deque.html.axecore.selenium.AxeBuilderOptions
-
Packages that use AxeBuilderOptions Package Description com.deque.html.axecore.extensions com.deque.html.axecore.selenium -
-
Uses of AxeBuilderOptions in com.deque.html.axecore.extensions
Methods in com.deque.html.axecore.extensions with parameters of type AxeBuilderOptions Modifier and Type Method Description 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, AxeBuilderOptions axeBuilderOptions)Run axe against the entire page. -
Uses of AxeBuilderOptions in com.deque.html.axecore.selenium
Methods in com.deque.html.axecore.selenium that return AxeBuilderOptions Modifier and Type Method Description AxeBuilderOptionsAxeBuilder. getDefaultAxeBuilderOptions()get the default axe builder options.Constructors in com.deque.html.axecore.selenium with parameters of type AxeBuilderOptions Constructor Description AxeBuilder(AxeBuilderOptions builderOptions)Initialize an instance of AxeBuilder.AxeBuilder(AxeBuilderOptions builderOptions, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Initialize an instance of AxeBuilder.
-