Skip navigation links
A B C E I O R S W 

A

analyze() - Method in class com.deque.axe.AXE.Builder
Run aXe against the page.
analyze(WebElement) - Method in class com.deque.axe.AXE.Builder
Run aXe against a specific WebElement.
AXE - Class in com.deque.axe
 
AXE() - Constructor for class com.deque.axe.AXE
 
AXE.AxeRuntimeException - Exception in com.deque.axe
AxeRuntimeException represents an error returned from `axe.run()`.
AXE.Builder - Class in com.deque.axe
Chainable builder for invoking aXe.
AxeRuntimeException(String) - Constructor for exception com.deque.axe.AXE.AxeRuntimeException
 

B

Builder(WebDriver, URL) - Constructor for class com.deque.axe.AXE.Builder
Initializes the Builder class to chain configuration before analyzing pages.

C

com.deque.axe - package com.deque.axe
 

E

exclude(String) - Method in class com.deque.axe.AXE.Builder
Exclude a selector.

I

include(String) - Method in class com.deque.axe.AXE.Builder
Include a selector.
inject(WebDriver, URL, Boolean) - Static method in class com.deque.axe.AXE
Recursively injects a script to the top level document with the option to skip iframes.
inject(WebDriver, URL) - Static method in class com.deque.axe.AXE
Recursively injects a script into all iframes and the top level document.

O

options(String) - Method in class com.deque.axe.AXE.Builder
Set the aXe options.

R

report(JSONArray) - Static method in class com.deque.axe.AXE
 

S

setTimeout(int) - Method in class com.deque.axe.AXE.Builder
Set the script timeout.
skipFrames() - Method in class com.deque.axe.AXE.Builder
Skips iframe checks

W

writeResults(String, Object) - Static method in class com.deque.axe.AXE
Writes a raw object out to a JSON file with the specified name.
A B C E I O R S W 
Skip navigation links

Copyright © 2019. All rights reserved.