selenium-drivers

Project that implements services that execute drivers used in Selenium

Лицензия

Лицензия

Группа

Группа

io.github.mariazevedo88
Идентификатор

Идентификатор

selenium-drivers
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

selenium-drivers
Project that implements services that execute drivers used in Selenium
Ссылка на сайт

Ссылка на сайт

https://github.com/mariazevedo88/selenium-drivers
Система контроля версий

Система контроля версий

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

Скачать selenium-drivers

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2