Package com.deque.html.axecore.selenium
Class AxeBuilderOptions
- java.lang.Object
-
- com.deque.html.axecore.selenium.AxeBuilderOptions
-
public class AxeBuilderOptions extends Object
provides axe builder options.
-
-
Constructor Summary
Constructors Constructor Description AxeBuilderOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAxeScriptProvidergetScriptProvider()gets the script provider.voidsetScriptProvider(IAxeScriptProvider newScriptProvider)sets the script provider.
-
-
-
Method Detail
-
getScriptProvider
public IAxeScriptProvider getScriptProvider()
gets the script provider.- Returns:
- the script provider
-
setScriptProvider
public void setScriptProvider(IAxeScriptProvider newScriptProvider)
sets the script provider.- Parameters:
newScriptProvider- the script provider to be set
-
-