decorated-webdriver-parent

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

License

License

GroupId

GroupId

ru.stqa.selenium
ArtifactId

ArtifactId

decorated-webdriver-parent
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/barancev/decorated-webdriver
Source Code Management

Source Code Management

https://github.com/barancev/decorated-webdriver

Download decorated-webdriver-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • implicit-wait
  • logging

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