webdriver-logging-wrapper
webdriver-logging-wrapper is a WebDriver wrapper that logs all commands to slf4j
This repository is stale, the project moved to https://github.com/barancev/decorated-webdriver
| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdru.stqa.selenium |
| ArtifactId | ArtifactIdwebdriver-logging-wrapper |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwebdriver-logging-wrapper
WebDriver extensions following Decorator design pattern
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/ru.stqa.selenium/webdriver-logging-wrapper/ -->
<dependency>
<groupId>ru.stqa.selenium</groupId>
<artifactId>webdriver-logging-wrapper</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.stqa.selenium/webdriver-logging-wrapper/
implementation 'ru.stqa.selenium:webdriver-logging-wrapper:2.0'
// https://jarcasting.com/artifacts/ru.stqa.selenium/webdriver-logging-wrapper/
implementation ("ru.stqa.selenium:webdriver-logging-wrapper:2.0")
'ru.stqa.selenium:webdriver-logging-wrapper:jar:2.0'
<dependency org="ru.stqa.selenium" name="webdriver-logging-wrapper" rev="2.0">
<artifact name="webdriver-logging-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.stqa.selenium', module='webdriver-logging-wrapper', version='2.0')
)
libraryDependencies += "ru.stqa.selenium" % "webdriver-logging-wrapper" % "2.0"
[ru.stqa.selenium/webdriver-logging-wrapper "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ru.stqa.selenium : webdriver-wrapper | jar | 2.0 |
| org.slf4j : slf4j-api | jar | 1.7.19 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-java | jar | 2.53.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| uk.org.lidalia : slf4j-test | jar | 1.2.0 |
webdriver-logging-wrapper is a WebDriver wrapper that logs all commands to slf4j
This repository is stale, the project moved to https://github.com/barancev/decorated-webdriver