selenium-drivers

Project that implements services that execute drivers used in Selenium

License

License

GroupId

GroupId

io.github.mariazevedo88
ArtifactId

ArtifactId

selenium-drivers
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

selenium-drivers
Project that implements services that execute drivers used in Selenium
Project URL

Project URL

https://github.com/mariazevedo88/selenium-drivers
Source Code Management

Source Code Management

https://github.com/mariazevedo88/selenium-drivers

Download selenium-drivers

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.seleniumhq.selenium : htmlunit-driver jar 2.46.0
org.seleniumhq.selenium : selenium-java jar 3.141.59
org.seleniumhq.selenium : selenium-server jar 3.141.59
org.seleniumhq.selenium : selenium-remote-driver jar 3.141.59
com.fasterxml.jackson.core : jackson-databind jar 2.12.0
org.apache.poi : poi jar 4.1.2
log4j : log4j jar 1.2.17

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.4.0
org.junit.jupiter : junit-jupiter-engine jar 5.4.0
org.junit.jupiter : junit-jupiter-params jar 5.4.0

Project Modules

There are no modules declared in this project.

selenium-drivers

Build Status Coverage Status GitHub tag (latest SemVer) Sonatype Nexus (Releases) GitHub repo size GitHub code size in bytes GitHub language count GitHub top language GitHub GitHub All Releases GitHub last commit

About selenium-drivers

Project that implements services that execute drivers used in Selenium.

  • Currently, we have the implementation of two drivers: Chrome and Firefox.
  • The drivers are located in the src/main/resource/drivers (Windows and Linux versions).
  • To run the application, you can change the paths of the drivers to another location. You must also populate the downloadPath parameter.

Dependencies

How to use

You must import .jar into the classpath of your project. If your project is a maven project, just set it as dependency in pom.xml, as follows:

<dependency>
    <groupId>io.github.mariazevedo88</groupId>
    <artifactId>selenium-drivers</artifactId>
    <version>1.0.4</version>
</dependency>

Versions

Version
1.0.4
1.0.3
1.0.2