decorated-webdriver

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

License

License

GroupId

GroupId

ru.stqa.selenium
ArtifactId

ArtifactId

decorated-webdriver
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download decorated-webdriver

How to add to project

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

Dependencies

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
3.0