public class AXEScanner
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_TIMEOUT |
static java.lang.String |
LOG_DIR |
protected static java.net.URL |
SCRIPT_URL |
| Constructor and Description |
|---|
AXEScanner() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
analyzeAccessibility(org.pagemodel.web.WebTestContext testContext,
java.lang.String testName) |
<T> boolean |
analyzeAccessibility(org.pagemodel.web.WebTestContext testContext,
java.lang.String testName,
int timeoutSec) |
<T> boolean |
analyzeAccessibility(org.pagemodel.web.WebTestContext testContext,
java.lang.String testName,
java.lang.String logDir,
int timeoutSec) |
void |
clearExpectedViolations() |
static java.lang.String |
getAXEVersion() |
static boolean |
getScreenshotFlag() |
void |
setExpectedViolations(java.lang.String... expectedViolations) |
static void |
setScreenshotFlag(boolean val) |
protected static final java.net.URL SCRIPT_URL
public static final int DEFAULT_TIMEOUT
public static final java.lang.String LOG_DIR
public void setExpectedViolations(java.lang.String... expectedViolations)
public void clearExpectedViolations()
public static void setScreenshotFlag(boolean val)
public static boolean getScreenshotFlag()
public <T> boolean analyzeAccessibility(org.pagemodel.web.WebTestContext testContext,
java.lang.String testName)
public <T> boolean analyzeAccessibility(org.pagemodel.web.WebTestContext testContext,
java.lang.String testName,
int timeoutSec)
public <T> boolean analyzeAccessibility(org.pagemodel.web.WebTestContext testContext,
java.lang.String testName,
java.lang.String logDir,
int timeoutSec)
public static java.lang.String getAXEVersion()