Skip to content

This repository is a Selenium wrapper framework with built-in driver binary downloads to ensure that users of the framework can run Selenium scripts without any prerequisite software other than Maven and Java

Notifications You must be signed in to change notification settings

Git-Leon/leonium

Repository files navigation

Leonium

  • The purpose of this repository is to demonstrate the use of Leonium, a Selenium wrapper framework.

Usage

Java Docs

  • Click here to view the official java docs for this project.

Step 1 - Add Maven Repository to pom.xml

  • Because this dependency is hosted on a private server, not MavenCentral, the pom.xml must be configured to search in the proper repository.
<repositories>
  <repository>
    <id>git-leon-utils</id>
    <url>https://packagecloud.io/git-leon/utils/maven2</url>
    <releases>
      <enabled>true</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>

Step 2 - Add Maven Dependency to pom.xml

  • To use this project, add the dependency to your pom.xml
<dependency>
  <groupId>com.github.git-leon</groupId>
  <artifactId>leonium</artifactId>
  <version>2.4.1</version>
</dependency>

Sample Animation

Screenshot after every element

Screenshot on close only

About

This repository is a Selenium wrapper framework with built-in driver binary downloads to ensure that users of the framework can run Selenium scripts without any prerequisite software other than Maven and Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages