BrowserMob Proxy Client

Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.github.detro
Идентификатор

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

browsermob-proxy-client
Последняя версия

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

0.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

BrowserMob Proxy Client
Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API
Ссылка на сайт

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

https://github.com/detro/browsermob-proxy-client
Система контроля версий

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

https://github.com/detro/browsermob-proxy-client

Скачать browsermob-proxy-client

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

<!-- https://jarcasting.com/artifacts/com.github.detro/browsermob-proxy-client/ -->
<dependency>
    <groupId>com.github.detro</groupId>
    <artifactId>browsermob-proxy-client</artifactId>
    <version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.detro/browsermob-proxy-client/
implementation 'com.github.detro:browsermob-proxy-client:0.1.3'
// https://jarcasting.com/artifacts/com.github.detro/browsermob-proxy-client/
implementation ("com.github.detro:browsermob-proxy-client:0.1.3")
'com.github.detro:browsermob-proxy-client:jar:0.1.3'
<dependency org="com.github.detro" name="browsermob-proxy-client" rev="0.1.3">
  <artifact name="browsermob-proxy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.detro', module='browsermob-proxy-client', version='0.1.3')
)
libraryDependencies += "com.github.detro" % "browsermob-proxy-client" % "0.1.3"
[com.github.detro/browsermob-proxy-client "0.1.3"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.2.4
org.apache.httpcomponents : httpclient jar 4.3.3
com.jayway.jsonpath : json-path jar 0.9.1
org.seleniumhq.selenium : selenium-java jar 2.40.0

test (2)

Идентификатор библиотеки Тип Версия
com.github.detro.ghostdriver : phantomjsdriver jar 1.1.0
org.testng : testng jar 6.8.8

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

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

BrowserMob Proxy Client (for Java)

Build Status

Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API.

How it works

TODO

Run Build & Tests locally

The build system is based on Gradle:

./gradlew -PossrhUsername -PossrhPassword test

NOTE: To run the full suite of tests you also need to have PhantomJS installed: the tests will assume that is available in the PATH.

Documentation

Javadocs for this library can be found here.

Include in your project (via Maven Central)

To find out available releases of BrowserMob Proxy Client, please check search.maven.org.

Maven

<dependency>
    <groupId>com.github.detro</groupId>
    <artifactId>browsermob-proxy-client</artifactId>
    <version>LATEST_VERSION</version>
</dependency>

Grails / Gradle

compile 'com.github.detro:browsermob-proxy-client:LATEST_VERSION'

Others

See search.maven.org.

Credits

  • BrowserMob Proxy is the key component without which this library would make no sense. So, all kudos should go to it.
  • RawGit and MacCDN for making it super-easy to host the Javadoc.

License (BSD)

See LICENSE.BSD located in the project source root.

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

Версия
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4