| Package | Description |
|---|---|
| com.deque.html.axecore.extensions | |
| com.deque.html.axecore.providers | |
| com.deque.html.axecore.selenium |
| Modifier and Type | Method and Description |
|---|---|
static void |
WebDriverInjectorExtensions.inject(org.openqa.selenium.WebDriver driver,
IAxeScriptProvider scriptProvider,
boolean disableIframeTesting)
Injects Axe script into frames.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedResourceAxeProvider
Class used to access embedded resources for accessibility.
|
class |
FileAxeScriptProvider
An accessibility script provider.
|
class |
StringAxeScriptProvider
An accessibility script provider.
|
| Modifier and Type | Method and Description |
|---|---|
IAxeScriptProvider |
AxeBuilder.getAxeScriptProvider()
sets the where we get the axe script from.
|
IAxeScriptProvider |
AxeBuilderOptions.getScriptProvider()
gets the script provider.
|
| Modifier and Type | Method and Description |
|---|---|
AxeBuilder |
AxeBuilder.setAxeScriptProvider(IAxeScriptProvider axeProvider)
sets the where we get the axe script from.
|
void |
AxeBuilderOptions.setScriptProvider(IAxeScriptProvider newScriptProvider)
sets the script provider.
|
Copyright © 2023. All rights reserved.