logging-webdriver

WebDriver decorator that writes actions to the log

Лицензия

Лицензия

Категории

Категории

Logging Библиотеки уровня приложения
Группа

Группа

ru.stqa.selenium
Идентификатор

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

logging-webdriver
Последняя версия

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

4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

logging-webdriver
WebDriver decorator that writes actions to the log

Скачать logging-webdriver

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
ru.stqa.selenium : decorated-webdriver jar 4.1
org.slf4j : slf4j-api jar 1.7.29

provided (1)

Идентификатор библиотеки Тип Версия
org.seleniumhq.selenium : selenium-java jar 3.141.59

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

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

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

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

Версия
4.1
4.0