Download axe-selenium-1.1.jar file - Jar a

Jar examples for a:axe-selenium

Description

Tools for using aXe for web accessibility testing with JUnit and Selenium.

You can download jar file axe-selenium 1.1 in this page.

License

Mozilla Public License, Version 2.0

Build File

You can use the following script to add axe-selenium-1.1.jar to your project.

<dependency>
   <groupId>com.deque</groupId>
   <artifactId>axe-selenium</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.deque', name: 'axe-selenium', version: '1.1'
libraryDependencies += "com.deque" % "axe-selenium" % "1.1"
<dependency org="com.deque" name="axe-selenium" rev="1.1"/>
@Grapes(@Grab(group='com.deque', module='axe-selenium', version='1.1'))
'com.deque:axe-selenium:jar:1.1'

Download

Click the following link to download the jar file.

axe-selenium-1.1-javadoc.jar
axe-selenium-1.1-sources.jar
axe-selenium-1.1.jar
axe-selenium-1.1.pom



Related Tutorials