Uses of Interface
com.deque.html.axecore.providers.IAxeScriptProvider
-
Packages that use IAxeScriptProvider Package Description com.deque.html.axecore.extensions com.deque.html.axecore.providers com.deque.html.axecore.selenium -
-
Uses of IAxeScriptProvider in com.deque.html.axecore.extensions
Methods in com.deque.html.axecore.extensions with parameters of type IAxeScriptProvider Modifier and Type Method Description static voidWebDriverInjectorExtensions. inject(org.openqa.selenium.WebDriver driver, IAxeScriptProvider scriptProvider)Injects Axe script into frames. -
Uses of IAxeScriptProvider in com.deque.html.axecore.providers
Classes in com.deque.html.axecore.providers that implement IAxeScriptProvider Modifier and Type Class Description classEmbeddedResourceAxeProviderClass used to access embedded resources for accessibility.classFileAxeScriptProviderAn accessibility script provider.classStringAxeScriptProviderAn accessibility script provider. -
Uses of IAxeScriptProvider in com.deque.html.axecore.selenium
Methods in com.deque.html.axecore.selenium that return IAxeScriptProvider Modifier and Type Method Description IAxeScriptProviderAxeBuilderOptions. getScriptProvider()gets the script provider.Methods in com.deque.html.axecore.selenium with parameters of type IAxeScriptProvider Modifier and Type Method Description AxeBuilderAxeBuilder. setAxeScriptProvider(IAxeScriptProvider axeProvider)sets the where we get the axe script from.voidAxeBuilderOptions. setScriptProvider(IAxeScriptProvider newScriptProvider)sets the script provider.
-