decorated-webdriver

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

Лицензия

Лицензия

Группа

Группа

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

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

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

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

4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

decorated-webdriver
The base set of classes that helps to implement WebDriver extensions using Decorator design pattern

Скачать decorated-webdriver

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

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

Зависимости

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
3.0