webdriver-expected-conditions

A set of WebDriver extensions

License

License

GroupId

GroupId

ru.stqa.selenium
ArtifactId

ArtifactId

webdriver-expected-conditions
Last Version

Last Version

1.0.52
Release Date

Release Date

Type

Type

jar
Description

Description

webdriver-expected-conditions
A set of WebDriver extensions
Source Code Management

Source Code Management

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

Download webdriver-expected-conditions

How to add to project

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

Dependencies

compile (1)

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

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.10.19
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

WebDriver Extensions

This project used to be an incubator for WebDriver extensions.

Incubated extensions:

  • webdriver-factory is an utility to manage WebDriver instances
  • decorated-webdriver allows to create WebDriver extensions following 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 and perform the action on the "restored" element, a wrapper that logs all commands to slf4j, a wrapper that implements client-side waits similar to browser-side impicit waits, but are more intelligent and flexible

Versions

Version
1.0.52
1.0.51
1.0.49
1.0.47
1.0.46
1.0.45
1.0.43
1.0.42
1.0.41