logging-webdriver

WebDriver decorator that writes actions to the log

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

ru.stqa.selenium
ArtifactId

ArtifactId

logging-webdriver
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

logging-webdriver
WebDriver decorator that writes actions to the log

Download logging-webdriver

How to add to project

<!-- https://jarcasting.com/artifacts/ru.stqa.selenium/logging-webdriver/ -->
<dependency>
    <groupId>ru.stqa.selenium</groupId>
    <artifactId>logging-webdriver</artifactId>
    <version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.stqa.selenium/logging-webdriver/
implementation 'ru.stqa.selenium:logging-webdriver:4.1'
// https://jarcasting.com/artifacts/ru.stqa.selenium/logging-webdriver/
implementation ("ru.stqa.selenium:logging-webdriver:4.1")
'ru.stqa.selenium:logging-webdriver:jar:4.1'
<dependency org="ru.stqa.selenium" name="logging-webdriver" rev="4.1">
  <artifact name="logging-webdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.stqa.selenium', module='logging-webdriver', version='4.1')
)
libraryDependencies += "ru.stqa.selenium" % "logging-webdriver" % "4.1"
[ru.stqa.selenium/logging-webdriver "4.1"]

Dependencies

compile (2)

Group / Artifact Type Version
ru.stqa.selenium : decorated-webdriver jar 4.1
org.slf4j : slf4j-api jar 1.7.29

provided (1)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.141.59

Project Modules

There are no modules declared in this project.

webdriver-wrapper

Run Status

The base set of classes that helps to implement WebDriver extensions using Decorator design pattern.

It also contains several ready-to-use extensions:

  • a wrapper that highlights elements before an action,
  • a wrapper that handles unhandled alerts,
  • a wrapper that handles "stale" elements and attempts to find them again to perform the action on the "restored" element

Versions

Version
4.1
4.0