dtuchs / lightning-java

Lightweight and lightning fast Java WebDriver client for test automation professionals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning

Lightweight and lightning fast Java WebDriver client for test automation professionals.

Motivation

Lightning motivation is described in our blog article.

Usage

  1. Make sure you have Java 11 and above.

  2. Add the following dependency:

    <dependency>
        <groupId>com.aerokube.lightning</groupId>
        <artifactId>lightning</artifactId>
        <version>1.3.0</version>
    </dependency>
  3. An example project can be found here.

Support

You can send questions to support[at]aerokube.com or ask in Telegram support channel.

About

Lightweight and lightning fast Java WebDriver client for test automation professionals

License:Apache License 2.0


Languages

Language:Java 99.9%Language:JavaScript 0.1%