Java a11y

Accessibility Automation for Web Apps with Java and Selenium Webdriver

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.github.sridharbandi
ArtifactId

ArtifactId

java-a11y
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java a11y
Accessibility Automation for Web Apps with Java and Selenium Webdriver
Project URL

Project URL

https://github.com/sridharbandi/Java-a11y
Source Code Management

Source Code Management

http://github.com/sridharbandi/Java-a11y/tree/master

Download java-a11y

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.sridharbandi/java-a11y/ -->
<dependency>
    <groupId>io.github.sridharbandi</groupId>
    <artifactId>java-a11y</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sridharbandi/java-a11y/
implementation 'io.github.sridharbandi:java-a11y:3.0.0'
// https://jarcasting.com/artifacts/io.github.sridharbandi/java-a11y/
implementation ("io.github.sridharbandi:java-a11y:3.0.0")
'io.github.sridharbandi:java-a11y:jar:3.0.0'
<dependency org="io.github.sridharbandi" name="java-a11y" rev="3.0.0">
  <artifact name="java-a11y" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sridharbandi', module='java-a11y', version='3.0.0')
)
libraryDependencies += "io.github.sridharbandi" % "java-a11y" % "3.0.0"
[io.github.sridharbandi/java-a11y "3.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 4.0.0-rc-2
org.freemarker : freemarker jar 2.3.30
com.fasterxml.jackson.core : jackson-databind jar 2.12.1
org.slf4j : slf4j-log4j12 jar 2.0.0-alpha1
commons-io : commons-io jar 2.11.0

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.mockito : mockito-junit-jupiter jar 3.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.1.4
2.1.3
2.1.2
2.1.1
2.0-alpha-2
2.0-alpha-1
1.1.0
1.0
1.0.0-beta1